home · contact · privacy
Improve i3status config for EeePC.
authorChristian Heller <c.heller@plomlompom.de>
Sun, 11 Aug 2019 23:03:01 +0000 (01:03 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Sun, 11 Aug 2019 23:03:01 +0000 (01:03 +0200)
buster/home_files/eeepc/.config/i3status/config

index 0acc8c96f1ea5104eb58816d6d4c3bf2446cf77a..15c8fdd01c6cc03b0d3d322a036df5855e766a5d 100644 (file)
@@ -8,6 +8,7 @@ general {
 
 # Selection / order of status elements.
 order += "disk /"
+order += "disk /home/"
 order += "wireless wlp2s0"
 order += "ethernet enp1s0"
 order += "battery 0"
@@ -19,7 +20,13 @@ order += "volume master"
 
 # How much space is left in / ?
 disk "/" {
-  format = "/: %avail available of %total"
+  format = "/: %avail of %total"
+  separator_block_width = 25
+}
+
+# How much space is left in /home/ ?
+disk "/home/" {
+  format = "/: %avail of %total"
   separator_block_width = 25
 }