Browse Source

Set treshold to 2GiB

Alois Mahdal 10 years ago
parent
commit
a5e4d7926f
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      dotfiles/i3status.conf

+ 2
- 0
dotfiles/i3status.conf View File

51
 
51
 
52
 disk "/home" {
52
 disk "/home" {
53
     format = "~:%avail"
53
     format = "~:%avail"
54
+    threshold_type = "gbytes_avail"
55
+    low_threshold = 2
54
 }
56
 }
55
 
57
 
56
 volume master {
58
 volume master {