2019-11-14 19:06:44 +01:00
|
|
|
[variables]
|
2023-11-13 17:03:13 +01:00
|
|
|
dpi = 90
|
2023-10-28 23:52:40 +02:00
|
|
|
height = 30
|
2023-11-13 17:03:13 +01:00
|
|
|
top_left = powermenu system-uptime-pretty
|
|
|
|
top_center = player-mpris
|
|
|
|
;top_center = xwindow
|
2023-10-28 23:12:12 +02:00
|
|
|
top_right = system-usb-udev alsa date
|
|
|
|
bottom_left = i3
|
2024-01-30 22:13:30 +01:00
|
|
|
bottom_center = updates-arch-combined wired-network
|
2023-10-28 23:12:12 +02:00
|
|
|
bottom_right = temperature cpu memory filesystem-custom
|
2023-10-29 16:04:21 +01:00
|
|
|
|
|
|
|
[module/memory]
|
|
|
|
type = internal/memory
|
|
|
|
interval = 0.2
|
|
|
|
format = <label> <bar-used>
|
|
|
|
|
2023-12-18 21:58:40 +01:00
|
|
|
label = ${env:BAR_MEMORY_DESKTOP}
|
2023-10-29 16:04:21 +01:00
|
|
|
|
|
|
|
bar-used-width = 50
|
|
|
|
bar-used-gradient = true
|
2023-12-18 21:58:40 +01:00
|
|
|
bar-used-foreground-0 = ${colors.sapphire}
|
|
|
|
bar-used-foreground-1 = ${colors.sapphire}
|
|
|
|
bar-used-foreground-2 = ${colors.peach}
|
|
|
|
bar-used-foreground-3 = ${colors.red}
|
2023-10-29 16:04:21 +01:00
|
|
|
bar-used-indicator =
|
|
|
|
bar-used-indicator-font = 2
|
2023-12-18 21:58:40 +01:00
|
|
|
bar-used-indicator-foreground = ${colors.sapphire}
|
2023-10-29 16:04:21 +01:00
|
|
|
bar-used-fill =▐
|
|
|
|
bar-used-fill-font = 2
|
|
|
|
bar-used-empty =▐
|
|
|
|
bar-used-empty-font = 2
|
2023-12-18 21:58:40 +01:00
|
|
|
bar-used-empty-foreground = ${colors.overlay2}
|