Indicate muted state

This commit is contained in:
Alex D. 2024-12-06 19:36:49 +00:00
parent f535214028
commit 2a484129d5
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
2 changed files with 8 additions and 1 deletions

View File

@ -70,5 +70,9 @@
},
"format": "{capacity}%",
"format-alt": "{time}"
},
"wireplumber": {
"format": "{volume}%",
"format-muted": "M"
}
}

View File

@ -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);
}