Browse Source

Use shorter label for images

Alois Mahdal 7 years ago
parent
commit
fa6496a321
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      dotfiles/i3status.conf

+ 1
- 1
dotfiles/i3status.conf View File

54
 }
54
 }
55
 
55
 
56
 disk "/var/lib/libvirt/images" {
56
 disk "/var/lib/libvirt/images" {
57
-    format = "virt:%avail"
57
+    format = "i:%avail"
58
     threshold_type = "gbytes_avail"
58
     threshold_type = "gbytes_avail"
59
     low_threshold = 2
59
     low_threshold = 2
60
 }
60
 }