dotfiles/polybar/modules/memory.ini

33 lines
982 B
INI

[module/memory]
type = internal/memory
interval = 1
format = <ramp-used> <label>
;format = <ramp-used>
format-background = ${colors.grey-9}
format-padding = 1
label = %{T2}%mb_used%%{T-}
label-foreground = ${colors.blue-a4}
bar-used-empty =
bar-used-fill =
bar-used-indicator =
bar-used-width = 5
bar-used-empty-foreground = ${colors.grey-8}
bar-used-indicator-foreground = ${colors.white}
bar-used-foreground-0 = ${colors.blue-a4}
bar-used-foreground-1 = ${colors.green-a4}
bar-used-foreground-2 = ${colors.yellow-a4}
bar-used-foreground-3 = ${colors.orange-a4}
bar-used-foreground-4 = ${colors.red-a4}
ramp-used-0 = %{T3}﬙ %{T-}
ramp-used-1 = %{T3}﬙ %{T-}
ramp-used-2 = %{T3}﬙ %{T-}
ramp-used-3 = %{T3}﬙ %{T-}
ramp-used-4 = %{T3}﬙ %{T-}
ramp-used-0-foreground = ${colors.blue-a4}
ramp-used-1-foreground = ${colors.green-a4}
ramp-used-2-foreground = ${colors.yellow-a4}
ramp-used-3-foreground = ${colors.orange-a4}
ramp-used-4-foreground = ${colors.red-a4}