polybar/modules/memory.ini 232 B raw
1
[module/memory]
2
type = internal/memory
3
interval = 2
4
5
format = <label>
6
format-background = ${colors.background}
7
format-padding = 1
8
format-prefix = "󰍛 "
9
format-prefix-foreground = ${colors.primary}
10
11
label = %used%
12
13
; vim:ft=dosini