blob: 304f201f0d8bf7fb173f54ea93edd17ffa46d789 (
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
59
60
61
62
63
|
# lxpanel <profile> config file. Manually editing is not recommended.
# Use preference dialog in lxpanel to adjust config when you can.
Global {
edge=top
allign=right
margin=0
widthtype=percent
width=100
height=16
transparent=1
tintcolor=#555753
alpha=255
autohide=0
heightwhenhidden=2
setdocktype=1
setpartialstrut=1
usefontcolor=1
fontsize=10
fontcolor=#eeeeec
usefontsize=0
background=0
backgroundfile=/usr/share/lxpanel/images/background.png
iconsize=16
loglevel=2
}
Plugin {
type = menu
Config {
image=/usr/share/lxpanel/images/my-computer.png
system {
}
separator {
}
item {
command=run
}
separator {
}
item {
image=gnome-logout
command=logout
}
}
}
Plugin {
type = space
expand=1
Config {
Size=2
}
}
Plugin {
type = tray
}
Plugin {
type = volumealsa
}
|