32 lines
790 B
Plaintext
32 lines
790 B
Plaintext
|
[variables]
|
||
|
dpi = 90
|
||
|
height = 30
|
||
|
top_left = powermenu system-uptime-pretty
|
||
|
top_center = player-mpris
|
||
|
;top_center = xwindow
|
||
|
top_right = system-usb-udev date
|
||
|
bottom_left = i3
|
||
|
bottom_right = temperature cpu memory filesystem-custom
|
||
|
|
||
|
[module/memory]
|
||
|
type = internal/memory
|
||
|
interval = 0.2
|
||
|
format = <label> <bar-used>
|
||
|
|
||
|
label = ${env:BAR_MEMORY_DESKTOP}
|
||
|
|
||
|
bar-used-width = 50
|
||
|
bar-used-gradient = true
|
||
|
bar-used-foreground-0 = ${colors.sapphire}
|
||
|
bar-used-foreground-1 = ${colors.sapphire}
|
||
|
bar-used-foreground-2 = ${colors.peach}
|
||
|
bar-used-foreground-3 = ${colors.red}
|
||
|
bar-used-indicator =
|
||
|
bar-used-indicator-font = 2
|
||
|
bar-used-indicator-foreground = ${colors.sapphire}
|
||
|
bar-used-fill =▐
|
||
|
bar-used-fill-font = 2
|
||
|
bar-used-empty =▐
|
||
|
bar-used-empty-font = 2
|
||
|
bar-used-empty-foreground = ${colors.overlay2}
|