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