diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-20 19:27:31 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-10-20 12:23:30 +0200 |
| commit | e693073a407b19c07c35288b3a6ae69d25134697 (patch) | |
| tree | 399d2ce36f5153f93f3776c1c0a5c29856b341b9 /config/waybar/style.css | |
| parent | 0b630e5e87b8461191683619c03309d24c8acccb (diff) | |
Improve waybar style
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; |