From 763ca33ca082346ab8ef558efe0439304f8ef63c Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Tue, 21 Jul 2020 13:13:12 +0200 Subject: waybar: Add weather module --- .config/waybar/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.config/waybar/style.css') 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; -- cgit 1.4.1