diff options
| author | ryukamish <[email protected]> | 2026-07-15 20:10:47 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-07-15 20:10:47 +0530 |
| commit | 59c73581dc077503e1549ba0574b2323ccbd477b (patch) | |
| tree | 2ab7d20fc4b1f733a5441360621a04bcf4cfc9ce | |
| parent | 64703b1b55363b9fbe9c3777fbf5ff5a03fe9609 (diff) | |
chore: color swap for warning modules for waybar
| -rw-r--r-- | .config/waybar/style.css | 2 |
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 */ |
