diff options
author | awy <awy@awy.one> | 2025-07-30 23:35:30 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-07-30 23:35:30 +0300 |
commit | 40bd9e3f5693963a31289360fe1622f308d51a0d (patch) | |
tree | b28802709f1553b1d28b441a9fd648fbb8a36501 /.config/waybar/style.css | |
parent | 343099a8ef574a6c45cc817ea5ed233ba07ba3bc (diff) | |
download | hyprdots-40bd9e3f5693963a31289360fe1622f308d51a0d.tar.gz |
waybar
Diffstat (limited to '.config/waybar/style.css')
-rw-r--r-- | .config/waybar/style.css | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 703ce7f..4c4d7e0 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -106,6 +106,54 @@ window#waybar { padding-right: 10px; } +#custom-weather, #custom-rainchance { + padding-right: 10px; +} + +#custom-rainchance.high { + color: @mauve; +} + +#custom-rainchance.mid { + color: @blue; +} + +#custom-rainchance.low { + color: @sky; +} + +#custom-weather.very_hot { + color: @maroon; +} + +#custom-weather.hot { + color: @red; +} + +#custom-weather.warm { + color: @peach; +} + +#custom-weather.mild { + color: @yellow; +} + +#custom-weather.cool { + color: @mauve; +} + +#custom-weather.chilly { + color: @pink; +} + +#custom-weather.cold { + color: @flamingo; +} + +#custom-weather.below_zero { + color: @rosewater; +} + #custom-mailbox { color: @yellow; padding-right: 10px; |