blob: d7e0ee778810e5524acef0802fd31645b8d89961 (
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
|
Global {
monitor=-1
edge=top
setdocktype=1
setpartialstrut=1
widthtype=percent
width=100
height=16
iconsize=16
transparent=1
tintcolor=#0d1000
alpha=255
loglevel=2
}
Plugin {
type=menu
Config {
# If we don't explicitly give the menu a list of
# things to contain, it will default to
# system{}/separator{}/item{command=run}/separator{}/item{command=logout}
system {
}
}
}
Plugin {
type=space
expand=1
Config {
# The default ("natural") size is 1, but the min size
# is 2, so we have to set that here.
Size=2
}
}
Plugin {
type=tray
}
Plugin {
type=volumealsa
}
|