summaryrefslogtreecommitdiff
path: root/.config/waybar/style.css
diff options
context:
space:
mode:
authorryukamish <[email protected]>2026-07-15 20:10:47 +0530
committerryukamish <[email protected]>2026-07-15 20:10:47 +0530
commit59c73581dc077503e1549ba0574b2323ccbd477b (patch)
tree2ab7d20fc4b1f733a5441360621a04bcf4cfc9ce /.config/waybar/style.css
parent64703b1b55363b9fbe9c3777fbf5ff5a03fe9609 (diff)
chore: color swap for warning modules for waybar
Diffstat (limited to '.config/waybar/style.css')
-rw-r--r--.config/waybar/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index e86e1c8..40e67c5 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -73,7 +73,7 @@ window#waybar {
/* for warning style modules */
#temperature.warning,
#battery.discharging.warning {
- color: @maroon;
+ color: @yellow;
}
/* for critical style modules */