change waybar config
This commit is contained in:
parent
2de1570126
commit
36f7aacdb1
2 changed files with 13 additions and 1 deletions
|
|
@ -33,6 +33,7 @@
|
|||
"tray"
|
||||
"cpu"
|
||||
"memory"
|
||||
"disk"
|
||||
"pulseaudio"
|
||||
"network"
|
||||
"clock"
|
||||
|
|
@ -93,6 +94,11 @@
|
|||
format-alt= " {avg_frequency} GHz";
|
||||
interval= 2;
|
||||
};
|
||||
disk = {
|
||||
path = "/";
|
||||
format = " {percentage_used}%";
|
||||
interval= 60;
|
||||
};
|
||||
network = {
|
||||
format-wifi = " {signalStrength}%";
|
||||
format-ethernet = " ";
|
||||
|
|
|
|||
Reference in a new issue