Some polybar config maintenance

This commit is contained in:
Random936 2025-01-16 10:32:03 -08:00
parent 13b271475f
commit 554df8dfe3

View File

@ -8,7 +8,6 @@ alert = #A54242
disabled = #707880 disabled = #707880
[bar/example] [bar/example]
monitor = ${env:MONITOR}
width = 100% width = 100%
height = 24pt height = 24pt
radius = 6 radius = 6
@ -34,15 +33,13 @@ separator-foreground = ${colors.disabled}
font-0 = MesloLGS NF:2 font-0 = MesloLGS NF:2
modules-left = xworkspaces xwindow modules-left = xworkspaces xwindow
modules-right = filesystem pulseaudio memory cpu battery network date modules-right = filesystem pulseaudio memory cpu battery network date tray
cursor-click = pointer cursor-click = pointer
cursor-scroll = ns-resize cursor-scroll = ns-resize
enable-ipc = true enable-ipc = true
tray-position = right
; wm-restack = generic ; wm-restack = generic
; wm-restack = bspwm ; wm-restack = bspwm
wm-restack = i3 wm-restack = i3
@ -158,6 +155,11 @@ date-alt = %a %b %d %Y %I:%M:%S %p
label = %date% label = %date%
label-foreground = ${colors.primary} label-foreground = ${colors.primary}
[module/tray]
type = internal/tray
format-margin = 8px
tray-spacing = 8px
[settings] [settings]
screenchange-reload = true screenchange-reload = true
pseudo-transparency = true pseudo-transparency = true