change waybar config
This commit is contained in:
parent
dbe0fbbbe0
commit
237feecbf4
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue