dotfiles/.config/polybar/config.d/misc.desk

32 lines
790 B
Plaintext
Raw Normal View History

[variables]
2023-11-13 17:03:13 +01:00
dpi = 90
height = 30
2023-11-13 17:03:13 +01:00
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}