aboutsummaryrefslogtreecommitdiff
path: root/.config/waybar/style.css
diff options
context:
space:
mode:
Diffstat (limited to '.config/waybar/style.css')
-rw-r--r--.config/waybar/style.css48
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;