Switch waybar player handling, also breaking config

This commit is contained in:
2024-05-18 18:33:32 +02:00
parent c78d7a9f4f
commit 42608b79e8
3 changed files with 28 additions and 6 deletions

View File

@@ -88,7 +88,10 @@ button:hover {
#wireplumber,
#custom-media,
#tray,
#mpris,
#keyboard-state,
#mode,
#battery,
#idle_inhibitor,
#scratchpad,
#mpd {
@@ -238,7 +241,7 @@ label:focus {
color: #2d3436;
}
#mpd {
#mpd, #mpris {
background-color: #66cc99;
color: #2a5c45;
}
@@ -247,11 +250,11 @@ label:focus {
background-color: #f53c3c;
}
#mpd.stopped {
#mpd.stopped, #mpris.stopped {
background-color: #90b1b1;
}
#mpd.paused {
#mpd.paused, #mpris.paused {
background-color: #51a37a;
}