waybar pulseaudio symmetry

This commit is contained in:
Ivan Dimitrov 2024-05-15 15:36:36 +03:00
parent 007ae1d7d2
commit cac6ba5b8a
2 changed files with 2 additions and 5 deletions

View File

@ -54,8 +54,9 @@
pulseaudio = {
format = "{icon} {volume}% | {format_source}";
format-muted = "󰝟 {volume}% | {format_source}";
format-source = "{volume}% ";
format-source-muted = "";
format-source-muted = "{volume}% ";
format-icons = {
headphone = "";
default = [ "" "" "" ];

View File

@ -92,10 +92,6 @@ button:hover {
background-color: rgba(5, 46, 22, .8);
}
#pulseaudio.muted {
background-color: rgba(115, 115, 115, .8)
}
@keyframes blink {
to {
background-color: #ffffff;