home · contact · privacy
Set up sending mail server for URL catcher.
[config] / buster / home_files / eeepc / .config / i3status / config
index 0acc8c96f1ea5104eb58816d6d4c3bf2446cf77a..207bef493cf0a1aa34e4b098dc363f68bfbbd10d 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 = "/home: %avail of %total"
   separator_block_width = 25
 }