X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;ds=sidebyside;f=buster%2Fhome_files%2Feeepc%2F.config%2Fi3status%2Fconfig;h=207bef493cf0a1aa34e4b098dc363f68bfbbd10d;hb=bb2874c7e9b69060027cc1437673a33617ca5998;hp=0acc8c96f1ea5104eb58816d6d4c3bf2446cf77a;hpb=db566e0311fe464baaadbcbdc9527c6f6385d995;p=config diff --git a/buster/home_files/eeepc/.config/i3status/config b/buster/home_files/eeepc/.config/i3status/config index 0acc8c9..207bef4 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 = "/home: %avail of %total" separator_block_width = 25 }