Waybar audio fix
This commit is contained in:
parent
78ceea830d
commit
2f3acd3454
1 changed files with 3 additions and 3 deletions
|
|
@ -113,8 +113,8 @@ ${builtins.readFile ./waybarstyle.css}'';
|
|||
};
|
||||
pulseaudio = {
|
||||
format = "{icon} {volume}% {format_source}";
|
||||
format-bluetooth = "{icon} {volume}% {format_source}";
|
||||
format-bluetooth-muted = " {icon} {format_source}";
|
||||
format-bluetooth = "{icon} {volume}% {format_source}";
|
||||
format-bluetooth-muted = " {format_source}";
|
||||
format-icons = {
|
||||
car = "";
|
||||
default = [ " " " " " " ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue