diff options
Diffstat (limited to '.config/waybar/style.css')
| -rw-r--r-- | .config/waybar/style.css | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 95d2f41..3752247 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -153,6 +153,22 @@ label:focus { color: @dimmed; } +#temperature { +} +#temperature.critical { + background-color: #eb4d4b; +} + +#tray { +} + +#idle_inhibitor { + color: @dimmed; +} +#idle_inhibitor.activated { + color: unset; +} + #custom-media { min-width: 100px; color: @foreground; @@ -172,23 +188,6 @@ label:focus { border-top: 2px solid #DB4D60; } -#temperature { -} - -#temperature.critical { - background-color: #eb4d4b; -} - -#tray { -} - -#idle_inhibitor { - color: @dimmed; -} -#idle_inhibitor.activated { - color: unset; -} - #mpd { } #mpd.disconnected { |