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