blob: 66df5697aa587713a98926d0d010b5db15db9086 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[module/xwindow]
type = internal/xwindow
# label = %title:0:30:...%
# Available tags:
# <label> (default)
format-prefix = " "
format = <label>
# format-background = #f00
# format-foreground = #000
format-padding = 2
# Available tokens:
# %title%
# Default: %title%
label = %title%
label-maxlen = 60
# Used instead of label when there is no window title
# Available tokens:
# None
label-empty = Empty
label-empty-foreground = ${colors.black-alt}
|