diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-03-22 13:10:12 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-03-22 13:10:12 +0100 |
| commit | 903f38025e6a3018838127a562a3fecc0110858e (patch) | |
| tree | 5bc411a48ca3cb9b5c2f3bc069263dac3ee4184d /config/waybar/style.css | |
| parent | aa6dfe6709cf335b9ee8c9d8c4f8415fc03957c3 (diff) | |
Add MPD and media controls
Diffstat (limited to 'config/waybar/style.css')
| -rw-r--r-- | config/waybar/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/waybar/style.css b/config/waybar/style.css index cc182e9..dd53eff 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -100,3 +100,12 @@ button:hover { background-color: #23C17C; color: #0F261F; } + +#idle_inhibitor { + background: #4F8FE6; +} + +#mpd { + color: #0F261F; + background-color: #FAED8F; +} |