mirror of
https://codeberg.org/JasterV/dotfiles.git
synced 2026-04-26 18:40:04 +00:00
update polybar config
This commit is contained in:
parent
0f6838826b
commit
936d0e2ae9
1 changed files with 13 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue