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