Polybar: Add bar for rootfs usage

This commit is contained in:
Salt 2020-08-07 14:27:52 -05:00
parent cdfececdd8
commit 1469e8abe1

View File

@ -73,7 +73,7 @@ modules-right = wlan-laptop wlan-desktop
monitor = ${env:PB_MONITOR:eDP-1}
inherit = template/bar
border-top-size = ${res/config.border-size}
modules-left = battery cpu memory fshome reboot-required
modules-left = battery cpu memory fsroot fshome reboot-required
modules-right = mpd | backlight pulse | date
[bar/secondary]
@ -172,6 +172,7 @@ mount-0 = /home
format-mounted = <bar-used> <label-mounted>
format-mounted-prefix = "Home: "
format-mounted-prefix-foreground = ${res/colors.yellow}
format-unmounted =
label-mounted = %free% free
bar-used-width = ${res/config.bar-width}
bar-used-fill = ${res/config.bar-fill}