change waybar config
This commit is contained in:
parent
220c89bd32
commit
f86dc40f53
2 changed files with 10 additions and 9 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Reference in a new issue