change hyprland keybinds
This commit is contained in:
parent
bddbece0ed
commit
4b3ace66da
2 changed files with 19 additions and 5 deletions
|
|
@ -82,13 +82,13 @@
|
|||
on-scroll-down = "playerctl volume .05-";
|
||||
};
|
||||
memory= {
|
||||
format= " {}%";
|
||||
format-alt= " {used}/{total} GiB";
|
||||
format= " {}%";
|
||||
format-alt= " {used}/{total} GiB";
|
||||
interval= 5;
|
||||
};
|
||||
cpu= {
|
||||
format= " {usage}%";
|
||||
format-alt= " {avg_frequency} GHz";
|
||||
format= " {usage}%";
|
||||
format-alt= " {avg_frequency} GHz";
|
||||
interval= 5;
|
||||
};
|
||||
network = {
|
||||
|
|
|
|||
Reference in a new issue