mirror of
https://github.com/Keyitdev/dotfiles.git
synced 2026-09-24 01:52:09 +00:00
55 lines
1.1 KiB
INI
55 lines
1.1 KiB
INI
[module/filesystem]
|
|
type = internal/fs
|
|
|
|
; Mountpoints to display
|
|
mount-0 = /
|
|
;;mount-1 = /home
|
|
;;mount-2 = /var
|
|
|
|
; Seconds to sleep between updates
|
|
; Default: 30
|
|
interval = 30
|
|
|
|
; Display fixed precision values
|
|
; Default: false
|
|
fixed-values = true
|
|
|
|
; Spacing between entries
|
|
; Default: 2
|
|
;;spacing = 4
|
|
|
|
; Available tags:
|
|
; <label-mounted> (default)
|
|
; <bar-free>
|
|
; <bar-used>
|
|
; <ramp-capacity>
|
|
format-mounted = <label-mounted>
|
|
format-mounted-prefix =
|
|
format-mounted-prefix-foreground = ${color.orange}
|
|
format-mounted-background = ${color.background}
|
|
format-mounted-padding = 2
|
|
|
|
; Available tags:
|
|
; <label-unmounted> (default)
|
|
format-unmounted = <label-unmounted>
|
|
format-unmounted-prefix =
|
|
format-unmounted-prefix-foreground = ${color.red}
|
|
format-unmounted-background = ${color.background}
|
|
format-unmounted-padding = 2
|
|
|
|
; Available tokens:
|
|
; %mountpoint%
|
|
; %type%
|
|
; %fsname%
|
|
; %percentage_free%
|
|
; %percentage_used%
|
|
; %total%
|
|
; %free%
|
|
; %used%
|
|
; Default: %mountpoint% %percentage_free%%
|
|
label-mounted = " %free%"
|
|
|
|
; Available tokens:
|
|
; %mountpoint%
|
|
; Default: %mountpoint% is not mounted
|
|
label-unmounted = " %mountpoint%: NA" |