Switch waybar player handling, also breaking config
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user