summaryrefslogtreecommitdiff
path: root/artix/template/waybar
diff options
context:
space:
mode:
Diffstat (limited to 'artix/template/waybar')
-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;
}