summary refs log tree commit diff
path: root/.config/waybar/style.css
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2020-07-21 13:13:12 +0200
committerRobert Günzler <r@gnzler.io>2020-07-21 13:13:12 +0200
commit763ca33ca082346ab8ef558efe0439304f8ef63c (patch)
treea9c67d6a1d98396d9e408cdf0a633d443b2858fb /.config/waybar/style.css
parent363cf5c64c83f29c0b218d44b9ae67572d0602c9 (diff)
waybar: Add weather module
Diffstat (limited to '.config/waybar/style.css')
-rw-r--r--.config/waybar/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index fb890ae..0a0b60b 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -27,6 +27,7 @@
 #custom-media,
 #custom-toggl,
 #custom-redshift,
+#custom-weather,
 #mpd,
 #tray,
 #idle_inhibitor {
@@ -207,6 +208,10 @@ label:focus {
   color: @dimmed;
 }
 
+#custom-weather {
+  color: @dimmed;
+}
+
 #mpd {
   color: @foreground;
   border-top: 2px solid #d75f00;