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 = { pulseaudio = {
format = "{icon} {volume}% | {format_source}"; format = "{icon} {volume}% | {format_source}";
format-muted = "󰝟 {volume}% | {format_source}";
format-source = "{volume}% "; format-source = "{volume}% ";
format-source-muted = ""; format-source-muted = "{volume}% ";
format-icons = { format-icons = {
headphone = ""; headphone = "";
default = [ "" "" "" ]; default = [ "" "" "" ];

View File

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