1# lxpanel <profile> config file. Manually editing is not recommended.
2# Use preference dialog in lxpanel to adjust config when you can.
3
4Global {
5    edge=top
6    allign=left
7    margin=0
8    widthtype=percent
9    width=100
10    height=24
11    transparent=0
12    tintcolor=#000000
13    alpha=0
14    setdocktype=1
15    setpartialstrut=1
16    usefontcolor=0
17    fontcolor=#ffffff
18    usefontsize=0
19    fontsize=10
20    background=0
21    backgroundfile=@prefix@/share/lxpanel/images/background.png
22}
23
24Plugin {
25    type = space
26    Config {
27        Size=2
28    }
29}
30
31Plugin {
32    type = menu
33    Config {
34        image = @prefix@/share/lxpanel/images/my-computer.svg
35        system {
36        }
37        separator {
38        }
39        item {
40            command = run
41        }
42        separator {
43        }
44        item {
45            image = gnome-logout
46            command = logout
47        }
48    }
49}
50
51Plugin {
52    type = launchbar
53    Config {
54        Button {
55            id=pcmanfm.desktop
56        }
57        Button {
58            id=gnome-terminal.desktop
59        }
60        Button {
61            id=firefox.desktop
62        }
63    }
64}
65
66Plugin {
67    type = space
68    expand=1
69    Config {
70        Size=2
71    }
72}
73
74Plugin {
75    type = netstat
76}
77
78Plugin {
79    type = volume
80    Config {
81        VolumeMuteKey = XF86AudioMute
82        VolumeDownKey = XF86AudioLowerVolume
83        VolumeUpKey = XF86AudioRaiseVolume
84    }
85}
86
87Plugin {
88    type = tray
89}
90
91Plugin {
92    type = dclock
93    Config {
94        ClockFmt=%R
95        TooltipFmt=%A %x
96        BoldFont=0
97    }
98}
99
100