Quellcode durchsuchen

Use shorter label for images

Alois Mahdal vor 9 Jahren
Ursprung
Commit
fa6496a321
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      dotfiles/i3status.conf

+ 1
- 1
dotfiles/i3status.conf Datei anzeigen

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
 }