Browse Source

Only display home free space

The rest is redundant.  On a healthy system, / does not need to be
watched so closely and libvirt/images uses sparse files so the info is
not so accurate.
Alois Mahdal 7 years ago
parent
commit
854a19af0b
1 changed files with 0 additions and 14 deletions
  1. 0
    14
      dotfiles/config/i3status/config

+ 0
- 14
dotfiles/config/i3status/config View File

@@ -16,8 +16,6 @@ order += "battery 0"
16 16
 order += "battery 1"
17 17
 order += "load"
18 18
 order += "cpu_usage"
19
-order += "disk /var/lib/libvirt/images"
20
-order += "disk /"
21 19
 order += "disk /home"
22 20
 order += "volume master"
23 21
 order += "tztime local"
@@ -54,18 +52,6 @@ tztime local {
54 52
     format = "%Y-%m-%d %H:%M"
55 53
 }
56 54
 
57
-disk "/var/lib/libvirt/images" {
58
-    format = "i:%avail"
59
-    threshold_type = "gbytes_avail"
60
-    low_threshold = 2
61
-}
62
-
63
-disk "/" {
64
-    format = "/:%avail"
65
-    threshold_type = "gbytes_avail"
66
-    low_threshold = 2
67
-}
68
-
69 55
 disk "/home" {
70 56
     format = "~:%avail"
71 57
     threshold_type = "gbytes_avail"