update polybar config

This commit is contained in:
JasterV 2025-05-18 21:23:37 +02:00
parent 0f6838826b
commit 936d0e2ae9

View file

@ -180,6 +180,19 @@ label-empty-margin = 2
format-foreground = ${colors.foreground}
format-background = ${colors.background}
[module/xmonad]
type = custom/script
exec = xmonad-log
tail = true
format-background = ${colors.background}
format-foreground = ${colors.foreground}
[module/workspaces-xmonad]
type = custom/script
exec = tail -F /tmp/.xmonad-workspace-log
exec-if = [ -p /tmp/.xmonad-workspace-log ]
tail = true
[module/date]
;https://github.com/jaagr/polybar/wiki/Module:-date
type = internal/date