change waybar config

This commit is contained in:
Frost-Phoenix 2023-11-13 19:22:33 +01:00
parent dbe0fbbbe0
commit 237feecbf4

View file

@ -85,8 +85,8 @@
on-scroll-down = "playerctl volume .05-";
};
memory= {
format= " {}%";
format-alt= " {used} GiB";
format= "󰟜 {}%";
format-alt= "󰟜 {used} GiB"; # 
interval= 2;
};
cpu= {
@ -95,7 +95,7 @@
interval= 2;
};
disk = {
path = "/";
# path = "/";
format = "󰋊 {percentage_used}%";
interval= 60;
};