Indicate muted state
This commit is contained in:
parent
f535214028
commit
2a484129d5
@ -70,5 +70,9 @@
|
||||
},
|
||||
"format": "{capacity}%",
|
||||
"format-alt": "{time}"
|
||||
},
|
||||
"wireplumber": {
|
||||
"format": "{volume}%",
|
||||
"format-muted": "M"
|
||||
}
|
||||
}
|
||||
|
@ -62,6 +62,9 @@ window#waybar {
|
||||
#mpris {
|
||||
background-color: rgba(169, 47, 233, 0.5);
|
||||
}
|
||||
#wireplumber.muted {
|
||||
background-color: rgba(128, 16, 16, 0.5);
|
||||
}
|
||||
#battery {
|
||||
background-color: rgba(16, 128, 16, 0.5);
|
||||
}
|
||||
@ -69,5 +72,5 @@ window#waybar {
|
||||
background-color: rgba(128, 128, 16, 0.5);
|
||||
}
|
||||
#battery.critical {
|
||||
background-color: rgba(16, 128, 16, 0.5);
|
||||
background-color: rgba(128, 16, 16, 0.5);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user