blob: e059a0b5f9785a42c584299d2c9a826ad3c6eb41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
Global {
edge = top
allign = center
widthtype = percent
width = 100
heighttype = pixel
height = 48
margin = 0
setdocktype = true
setpartialstrut = true
transparent = false
tintcolor = #000000
alpha = 255
autohide = false
roundcorners = false
roundcornersradius = 0
layer = below
setlayer = true
maxelemheight = 24
}
Plugin {
type = space
config {
size = 188
}
}
Plugin {
type = taskbar
expand = true
padding = 0
config {
showiconified = true
showmapped = true
showalldesks = false
tooltips = true
iconsonly = false
maxtaskwidth = 200
}
}
Plugin {
type = tray
expand = false
padding = 0
}
Plugin {
type = tclock
expand = false
padding = 0
config {
clockfmt = <span font="Mono 12">%H:%M:%S</span>
<span font="Mono 10">%Y-%m-%d</span>
<span font="Mono 10">%A</span>
showcalendar = true
showtooltip = false
}
}
|