mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
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 = " ";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue