update waybar

This commit is contained in:
Frost-Phoenix 2024-04-16 19:16:56 +02:00
parent 20719bf0e1
commit efa5f58745

View file

@ -85,7 +85,7 @@
}; };
pulseaudio= { pulseaudio= {
format= "{icon} {volume}%"; format= "{icon} {volume}%";
format-muted= "󰖁 {volume}% "; format-muted= "󰖁 {volume}%";
format-icons= { format-icons= {
default= [" "]; default= [" "];
}; };
@ -98,7 +98,7 @@
format-charging = " {capacity}%"; format-charging = " {capacity}%";
format-full = " {capacity}%"; format-full = " {capacity}%";
format-warning = " {capacity}%"; format-warning = " {capacity}%";
interval = 30; interval = 5;
states = { states = {
warning = 20; warning = 20;
}; };