Disable disk usage panel
This commit is contained in:
parent
ef7e72b1e4
commit
74fbfc2cec
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ func run() error {
|
|||
providers.NewPulseaudioVolume(),
|
||||
providers.NewMemory(7, 5),
|
||||
providers.NewCPU(20, 50),
|
||||
providers.NewDisk("/", 30, 10),
|
||||
// providers.NewDisk("/", 30, 10),
|
||||
providers.NewBattery("BAT0", 80, 30, 20),
|
||||
providers.NewWiFi("wlp0s20f3", 75),
|
||||
providers.NewIPAddress("wlp0s20f3"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue