Revert waybar icon changes
This commit is contained in:
parent
e731d5e9ec
commit
a321334ccd
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
format = "{icon} ";
|
||||
format = "{icon}";
|
||||
tooltip-format = "{percent}%";
|
||||
format-icons = [ "" "" "" "" "" "" "" "" "" ];
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
warning = 30;
|
||||
critical = 15;
|
||||
};
|
||||
format = "{icon} ";
|
||||
format = "{icon}";
|
||||
format-charging = "";
|
||||
format-plugged = "";
|
||||
tooltip-format = "{time} {capacity}%";
|
||||
|
|
|
@ -7,13 +7,13 @@
|
|||
format-source = "{volume}% ";
|
||||
format-source-muted = "";
|
||||
format-icons = {
|
||||
headphone = " ";
|
||||
hands-free = " ";
|
||||
headset = " ";
|
||||
phone = " ";
|
||||
portable = " ";
|
||||
car = " ";
|
||||
default = [ " " " " " " ];
|
||||
headphone = "";
|
||||
hands-free = " ";
|
||||
headset = "";
|
||||
phone = "";
|
||||
portable = "";
|
||||
car = "";
|
||||
default = [ "" "" "" ];
|
||||
};
|
||||
on-click = "pavucontrol";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue