polybar/modules/filesystem.ini 451 B raw
1
[module/filesystem]
2
type = internal/fs
3
interval = 25
4
5
mount-0 = /
6
7
format-mounted = <label-mounted>
8
format-mounted-background = ${colors.background}
9
format-mounted-padding = 1
10
label-mounted = %{F#fbcb97}󰋊%{F-} %used%
11
12
format-unmounted = <label-unmounted>
13
format-unmounted-background = ${colors.background}
14
format-unmounted-padding = 1
15
label-unmounted = 󰋊 %mountpoint% not mounted
16
label-unmounted-foreground = ${colors.disabled}
17
18
; vim:ft=dosini