summaryrefslogtreecommitdiff
path: root/nixos/config/waybar/style.css
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2026-06-08 13:08:37 +0200
committerNantha Sorubakanthan <nantha@mielota.com>2026-06-08 19:58:30 +0200
commit770c0cfc08bd73ada6e7754473d69fe9e2d17dc2 (patch)
tree3c1da3053ed03bbdc2e8c4e4fbf26947b7ef97ae /nixos/config/waybar/style.css
parent218a690b155d9e7d47bb2e7487a150c16c8f482f (diff)
rewrite config in nix
Diffstat (limited to 'nixos/config/waybar/style.css')
-rw-r--r--nixos/config/waybar/style.css105
1 files changed, 0 insertions, 105 deletions
diff --git a/nixos/config/waybar/style.css b/nixos/config/waybar/style.css
deleted file mode 100644
index c17a100..0000000
--- a/nixos/config/waybar/style.css
+++ /dev/null
@@ -1,105 +0,0 @@
-@define-color bg #1a1b26;
-@define-color fg #a9b1d6;
-@define-color blk #32344a;
-@define-color red #f7768e;
-@define-color grn #9ece6a;
-@define-color ylw #e0af68;
-@define-color blu #7aa2f7;
-@define-color mag #ad8ee6;
-@define-color cyn #0db9d7;
-@define-color brblk #444b6a;
-@define-color white #ffffff;
-
-* {
- font-family: "0xProto Nerd Font", monospace;
- font-size: 16px;
- font-weight: bold;
-}
-
-window#waybar {
- background-color: @bg;
- color: @fg;
-}
-
-#workspaces button {
- padding: 0 6px;
- color: @cyn;
- background: transparent;
- border-bottom: 3px solid @bg;
-}
-#workspaces button.active {
- color: @cyn;
- border-bottom: 3px solid @mag;
-}
-#workspaces button.empty {
- color: @white;
-}
-#workspaces button.empty.active {
- color: @cyn;
- border-bottom: 3px solid @mag;
-}
-
-#workspaces button.urgent {
- background-color: @red;
-}
-
-button:hover {
- background: inherit;
- box-shadow: inset 0 -3px #ffffff;
-}
-
-#clock,
-#custom-sep,
-#battery,
-#cpu,
-#memory,
-#disk,
-#network,
-#tray,
-#pulseaudio {
- padding: 0 8px;
- color: @white;
-}
-
-#clock {
- color: @cyn;
- border-bottom: 4px solid @cyn;
-}
-
-#battery {
- color: @mag;
- border-bottom: 4px solid @mag;
-}
-
-#disk {
- color: @ylw;
- border-bottom: 4px solid @ylw;
-}
-
-#memory {
- color: @mag;
- border-bottom: 4px solid @mag;
-}
-
-#cpu {
- color: @grn;
- border-bottom: 4px solid @grn;
-}
-
-#network {
- color: @blu;
- border-bottom: 4px solid @blu;
-}
-
-#network.disconnected {
- background-color: @red;
-}
-
-#tray {
- background-color: #2980b9;
-}
-
-#pulseaudio {
- color: @grn;
- border-bottom: 4px solid @grn;
-}