change waybar config

This commit is contained in:
Frost-Phoenix 2023-11-13 19:13:32 +01:00
parent 2de1570126
commit 36f7aacdb1
2 changed files with 13 additions and 1 deletions

View file

@ -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 = "󰀂 ";