summaryrefslogtreecommitdiff
path: root/artix/home/.config/waybar/style.css
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2026-04-26 10:05:13 +0200
committerNantha Sorubakanthan <nantha@mielota.com>2026-04-26 10:05:13 +0200
commite1541e4e9bad1c56cf6ed0143f1e514c5186e141 (patch)
treeb8f34ec9f3384603160e725e076dd9dc84f81d0a /artix/home/.config/waybar/style.css
parent7489c87f450c603db60f498451a2f6a6acbd567f (diff)
change colorscheme with make
Diffstat (limited to 'artix/home/.config/waybar/style.css')
-rw-r--r--artix/home/.config/waybar/style.css94
1 files changed, 0 insertions, 94 deletions
diff --git a/artix/home/.config/waybar/style.css b/artix/home/.config/waybar/style.css
deleted file mode 100644
index 4e7b6e8..0000000
--- a/artix/home/.config/waybar/style.css
+++ /dev/null
@@ -1,94 +0,0 @@
-* {
- font-family: "monospace";
- font-weight: bold;
-}
-
-#waybar {
- background: #1a1b26;
- color: #fff;
-}
-
-#workspaces button {
- color: #fff;
- border-radius: 0;
-}
-
-#workspaces button.active {
- background: #ad8ee6;
-}
-
-#workspaces button.special {
- background: #7aa2f7;
-}
-
-#workspaces button.urgent {
- background: #f7768e;
-}
-
-#workspaces button:hover {
- box-shadow: none;
- text-shadow: none;
- background: #32344a;
- border: none;
- transition: none;
- color: #7aa2f7;
-}
-
-#battery,
-#cpu,
-#memory,
-#pulseaudio,
-#network,
-#clock,
-#tray,
-#temperature,
-#workspaces button {
- padding: 7 7;
-}
-
-#network {
- background: #449dab;
-}
-
-#pulseaudio {
- background: #ad8ee6;
-}
-
-#pulseaudio.bluetooth {
- background: #7aa2f7;
-}
-
-#battery,
-#cpu,
-#memory,
-#temperature {
- background: #9ece6a;
-}
-
-#battery.warning,
-#cpu.warning,
-#memory.warning {
- background: #e0af68;
-}
-
-#battery.urgent,
-#cpu.urgent,
-#memory.urgent,
-#network.disabled {
- background: #ff9e64;
-}
-
-#battery.critical,
-#cpu.critical,
-#pulseaudio.muted,
-#memory.critical,
-#network.disconnected,
-#temperature.critical {
- background: #f7768e
-}
-
-#window {
- margin-left: 10px;
- background: #32344a;
- padding: 7;
-}