瀏覽代碼

Use shorter label for images

Alois Mahdal 8 年之前
父節點
當前提交
fa6496a321
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      dotfiles/i3status.conf

+ 1
- 1
dotfiles/i3status.conf 查看文件

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
 }