From: Christian Heller Date: Sun, 11 Aug 2019 23:03:01 +0000 (+0200) Subject: Improve i3status config for EeePC. X-Git-Url: https://plomlompom.com/repos/?p=config;a=commitdiff_plain;h=7148c90687f1d47e526fa582e70cb065d00b85aa Improve i3status config for EeePC. --- diff --git a/buster/home_files/eeepc/.config/i3status/config b/buster/home_files/eeepc/.config/i3status/config index 0acc8c9..15c8fdd 100644 --- a/buster/home_files/eeepc/.config/i3status/config +++ b/buster/home_files/eeepc/.config/i3status/config @@ -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 }