Initial commit of fresh adi1090x themes and old qpansl before git tweaks
This commit is contained in:
62
shared/bars.d/memory.j2.ini
Normal file
62
shared/bars.d/memory.j2.ini
Normal file
@@ -0,0 +1,62 @@
|
||||
[module/memory_bar]
|
||||
type = internal/memory
|
||||
|
||||
; Seconds to sleep between updates
|
||||
; Default: 1
|
||||
interval = 2
|
||||
|
||||
; Available tags:
|
||||
; <label> (default)
|
||||
; <bar-used>
|
||||
; <bar-free>
|
||||
; <ramp-used>
|
||||
; <ramp-free>
|
||||
; <bar-swap-used>
|
||||
; <bar-swap-free>
|
||||
; <ramp-swap-used>
|
||||
; <ramp-swap-free>
|
||||
format = <bar-used><label>
|
||||
format-prefix =
|
||||
format-prefix-foreground = ${color.indigo}
|
||||
|
||||
; Available tokens:
|
||||
; %percentage_used% (default)
|
||||
; %percentage_free%
|
||||
; %gb_used%
|
||||
; %gb_free%
|
||||
; %gb_total%
|
||||
; %mb_used%
|
||||
; %mb_free%
|
||||
; %mb_total%
|
||||
; %percentage_swap_used%
|
||||
; %percentage_swap_free%
|
||||
; %mb_swap_total%
|
||||
; %mb_swap_free%
|
||||
; %mb_swap_used%
|
||||
; %gb_swap_total%
|
||||
; %gb_swap_free%
|
||||
; %gb_swap_used%
|
||||
|
||||
label = " %mb_used%"
|
||||
|
||||
; Only applies if <bar-used> is used
|
||||
bar-used-format = " %fill%%indicator%%empty%"
|
||||
bar-used-width = 11
|
||||
bar-used-gradient = false
|
||||
|
||||
bar-used-indicator = ${bar.indicator}
|
||||
bar-used-indicator-font = 2
|
||||
bar-used-indicator-foreground = ${color.foreground}
|
||||
|
||||
bar-used-fill = ${bar.fill}
|
||||
bar-used-fill-font = 2
|
||||
bar-used-foreground-0 = ${color.green}
|
||||
bar-used-foreground-1 = ${color.green}
|
||||
bar-used-foreground-2 = ${color.yellow}
|
||||
bar-used-foreground-3 = ${color.yellow}
|
||||
bar-used-foreground-4 = ${color.red}
|
||||
|
||||
bar-used-empty = ${bar.empty}
|
||||
bar-used-empty-font = 2
|
||||
bar-used-empty-foreground = ${color.sep}
|
||||
|
||||
Reference in New Issue
Block a user