Revert waybar icon changes

This commit is contained in:
Evie Litherland-Smith 2023-10-17 05:12:23 +01:00
parent e731d5e9ec
commit a321334ccd
3 changed files with 9 additions and 9 deletions

View file

@ -1,5 +1,5 @@
{
format = "{icon} ";
format = "{icon}";
tooltip-format = "{percent}%";
format-icons = [ "" "" "" "" "" "" "" "" "" ];
}

View file

@ -3,7 +3,7 @@
warning = 30;
critical = 15;
};
format = "{icon} ";
format = "{icon}";
format-charging = "󰂄";
format-plugged = "󰚥";
tooltip-format = "{time} {capacity}%";

View file

@ -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";
}