configs/arch-config/.config/polybar/modules/xwindow.ini

13 lines
266 B
INI
Raw Normal View History

2020-08-23 20:03:05 +02:00
[module/xwindow]
;https://github.com/jaagr/polybar/wiki/Module:-xwindow
type = internal/xwindow
; Available tokens:
; %title%
; Default: %title%
label = %title%
2020-09-26 17:22:30 +02:00
label-maxlen = 100
2020-08-23 20:03:05 +02:00
format-foreground = ${colors.foreground}
2020-09-26 17:22:30 +02:00
format-background = ${colors.background}