Waybar: fix volume icons
This commit is contained in:
parent
330eb3e719
commit
3c3c0c25ec
1 changed files with 11 additions and 10 deletions
|
|
@ -157,20 +157,21 @@ in
|
|||
};
|
||||
"pulseaudio" = {
|
||||
# "scroll-step"= 1; # %; can be a float
|
||||
"format" = "{volume}% {icon} {format_source}";
|
||||
"format-bluetooth" = "{volume}% {icon} {format_source}";
|
||||
"format-bluetooth-muted" = " {icon} {format_source}";
|
||||
"format-muted" = " {format_source}";
|
||||
"format-source" = "{volume}% ";
|
||||
"format-source-muted" = "";
|
||||
"format" = "{icon} {volume} {format_source}";
|
||||
"format-muted" = "{icon} {format_source}";
|
||||
"format-bluetooth" = "{icon} {volume} {format_source}";
|
||||
"format-bluetooth-muted" = "{icon} {format_source}";
|
||||
"format-source" = " {volume}";
|
||||
"format-source-muted" = " ";
|
||||
"format-icons" = {
|
||||
"headphone" = "";
|
||||
"hands-free" = "";
|
||||
"headset" = "";
|
||||
"headphone" = "";
|
||||
"hands-free" = "";
|
||||
"headset" = "";
|
||||
"phone" = "";
|
||||
"phone-muted" = "";
|
||||
"portable" = "";
|
||||
"car" = "";
|
||||
"default" = [ "" "" "" ];
|
||||
"default" = [ "" "" "" ];
|
||||
};
|
||||
"on-click" = "${pkgs.pavucontrol}/bin/pavucontrol";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue