diff options
Diffstat (limited to '.config/waybar/style.css')
| -rw-r--r-- | .config/waybar/style.css | 5 |
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; |