Files
dotfiles/config/polybar/polybar-square/modules/title.ini
T

20 lines
385 B
INI

[module/title]
type = internal/xwindow
; Available tags:
; <label> (default)
format = <label>
format-prefix =
format-foreground = ${color.foreground}
format-background = ${color.background}
format-padding = 2
; Available tokens:
; %title%
; Default: %title%
label = " %title%"
label-maxlen = 30
; Used instead of label when there is no window title
label-empty = " Desktop"