Polybar: Add bar for rootfs usage
This commit is contained in:
parent
cdfececdd8
commit
1469e8abe1
@ -73,7 +73,7 @@ modules-right = wlan-laptop wlan-desktop
|
|||||||
monitor = ${env:PB_MONITOR:eDP-1}
|
monitor = ${env:PB_MONITOR:eDP-1}
|
||||||
inherit = template/bar
|
inherit = template/bar
|
||||||
border-top-size = ${res/config.border-size}
|
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
|
modules-right = mpd | backlight pulse | date
|
||||||
|
|
||||||
[bar/secondary]
|
[bar/secondary]
|
||||||
@ -172,6 +172,7 @@ mount-0 = /home
|
|||||||
format-mounted = <bar-used> <label-mounted>
|
format-mounted = <bar-used> <label-mounted>
|
||||||
format-mounted-prefix = "Home: "
|
format-mounted-prefix = "Home: "
|
||||||
format-mounted-prefix-foreground = ${res/colors.yellow}
|
format-mounted-prefix-foreground = ${res/colors.yellow}
|
||||||
|
format-unmounted =
|
||||||
label-mounted = %free% free
|
label-mounted = %free% free
|
||||||
bar-used-width = ${res/config.bar-width}
|
bar-used-width = ${res/config.bar-width}
|
||||||
bar-used-fill = ${res/config.bar-fill}
|
bar-used-fill = ${res/config.bar-fill}
|
||||||
|
Loading…
Reference in New Issue
Block a user