diff options
Diffstat (limited to 'config/waybar/style.css')
| -rw-r--r-- | config/waybar/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/waybar/style.css b/config/waybar/style.css index deee975..2857954 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -103,9 +103,13 @@ button:hover { } #idle_inhibitor { - background: #4F8FE6; + color: #0F261F; + background: #DAE6E3; } +#idle_inhibitor.activated { + background: #4F8FE6; +} #mpd { color: #0F261F; background-color: #FAED8F; |