X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/static/gitweb.css?a=blobdiff_plain;ds=sidebyside;f=buster%2Fhome_files%2Feeepc%2F.config%2Fi3status%2Fconfig;h=15c8fdd01c6cc03b0d3d322a036df5855e766a5d;hb=7148c90687f1d47e526fa582e70cb065d00b85aa;hp=ba38fb73c61977c09519f74556c4bf5134598534;hpb=c35839a34c466e24cbdd98c15e88ec85560cadcb;p=config diff --git a/buster/home_files/eeepc/.config/i3status/config b/buster/home_files/eeepc/.config/i3status/config index ba38fb7..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 } @@ -34,7 +41,7 @@ wireless wlp2s0 { ethernet enp1s0 { format_up = "e: %ip" format_down = "e: down" - separator_block_width = 10 + separator_block_width = 25 } # Battery status: show FULL/CHARGING/BATTERY, storage, time left.