change waybar config

This commit is contained in:
Frost-Phoenix 2023-11-12 23:51:45 +01:00
parent 220c89bd32
commit f86dc40f53
2 changed files with 10 additions and 9 deletions

View file

@ -84,8 +84,8 @@
on-scroll-down = "playerctl volume .05-";
};
memory= {
format= " {}%";
format-alt= " {used} GiB";
format= " {}%";
format-alt= " {used} GiB";
interval= 5;
};
cpu= {
@ -106,9 +106,9 @@
};
pulseaudio= {
format= "{icon} {volume}%";
format-muted= "󰖁";
format-muted= "󰖁 ";
format-icons= {
default= [""];
default= [" "];
};
scroll-step= 5;
on-click= "pamixer -t";