summaryrefslogtreecommitdiff
path: root/artix/template/waybar/style.css
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2026-05-15 18:36:24 +0200
committerNantha Sorubakanthan <nantha@mielota.com>2026-05-16 09:41:40 +0200
commit1a7a5090b84d9eb8ff6a4f5dc0c833d4b9e717b0 (patch)
treea1c263d989a863962aa21628af371c0e2c43ee34 /artix/template/waybar/style.css
parent63ca893729aa0436c9eeab96e0934b143dc53d17 (diff)
???
Diffstat (limited to 'artix/template/waybar/style.css')
-rw-r--r--artix/template/waybar/style.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/artix/template/waybar/style.css b/artix/template/waybar/style.css
index c093460..a851cfe 100644
--- a/artix/template/waybar/style.css
+++ b/artix/template/waybar/style.css
@@ -14,7 +14,7 @@
}
#workspaces button.active {
- background: $HEX_BRIGHT_MAGENTA;
+ background: $HEX_NORMAL_MAGENTA;
}
#workspaces button.special {
@@ -55,27 +55,27 @@
}
#pulseaudio.bluetooth {
- background: #7aa2f7;
+ background: $HEX_NORMAL_BLUE;
}
#battery,
#cpu,
#memory,
#temperature {
- background: #9ece6a;
+ background: $HEX_NORMAL_GREEN;
}
#battery.warning,
#cpu.warning,
#memory.warning {
- background: #e0af68;
+ background: $HEX_NORMAL_YELLOW;
}
#battery.urgent,
#cpu.urgent,
#memory.urgent,
#network.disabled {
- background: #ff9e64;
+ background: $HEX_BRIGHT_RED;
}
#battery.critical,
@@ -84,11 +84,11 @@
#memory.critical,
#network.disconnected,
#temperature.critical {
- background: #f7768e
+ background: $HEX_NORMAL_RED
}
#window {
margin-left: 10px;
- background: #32344a;
+ background: $HEX_BACKGROUND;
padding: 7;
}