Browse Source

Fix libvirt/images path

Has to match how it's defined in the order above.
Alois Mahdal 7 years ago
parent
commit
d7fdfb23e6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      dotfiles/i3status.conf

+ 1
- 1
dotfiles/i3status.conf View File

53
     format = "%Y-%m-%d %H:%M"
53
     format = "%Y-%m-%d %H:%M"
54
 }
54
 }
55
 
55
 
56
-disk "/var/lib/libvirt/images/" {
56
+disk "/var/lib/libvirt/images" {
57
     format = "virt:%avail"
57
     format = "virt:%avail"
58
     threshold_type = "gbytes_avail"
58
     threshold_type = "gbytes_avail"
59
     low_threshold = 2
59
     low_threshold = 2