summaryrefslogtreecommitdiff
path: root/.config/polybar/xwindow.ini
blob: b27a5451cf0ec3c960ce0c57d84babd90de4319c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[module/xwindow]
type = internal/xwindow
# label = %title:0:30:...%

# Available tags:
#   <label> (default)
format = <label>
# format-background = #f00
# format-foreground = #000
format-padding = 4

# Available tokens:
#   %title%
# Default: %title%
label = %title%
label-maxlen = 50

# Used instead of label when there is no window title
# Available tokens:
#   None
label-empty = Empty
# label-empty-foreground = #707880