This is my first upload to my repository! Please bear with me...
[easy-deb-chroot] / src / home / user / .config / lxpanel / LXDE / panels / panel
1 # lxpanel <profile> config file. Manually editing is not recommended.
2 # Use preference dialog in lxpanel to adjust config when you can.
3
4 Global {
5     edge=left
6     allign=left
7     margin=0
8     widthtype=percent
9     width=100
10     height=26
11     transparent=1
12     tintcolor=#000000
13     alpha=0
14     setdocktype=1
15     setpartialstrut=1
16     usefontcolor=1
17     fontcolor=#ffffff
18     background=0
19     backgroundfile=/usr/share/lxpanel/images/background.png
20 }
21
22 Plugin {
23     type = space
24     Config {
25         Size=2
26     }
27 }
28
29 Plugin {
30     type = menu
31     Config {
32         image=/usr/share/lxde/images/lxde-icon.png
33         system {
34         }
35         separator {
36         }
37         item {
38             command=run
39         }
40         separator {
41         }
42         item {
43             image=gnome-logout
44             command=logout
45         }
46     }
47 }
48
49 Plugin {
50     type = launchbar
51     Config {
52         Button {
53             id=pcmanfm.desktop
54         }
55         Button {
56             id=lxde-x-terminal-emulator.desktop
57         }
58         Button {
59             id=kazehakase.desktop
60         }
61     }
62 }
63
64 Plugin {
65     type = space
66     Config {
67         Size=4
68     }
69 }
70
71 Plugin {
72     type = wincmd
73     Config {
74         Button1=iconify
75         Button2=shade
76     }
77 }
78
79 Plugin {
80     type = space
81     Config {
82         Size=4
83     }
84 }
85
86 Plugin {
87     type = pager
88 }
89
90 Plugin {
91     type = space
92     Config {
93         Size=4
94     }
95 }
96
97 Plugin {
98     type = taskbar
99     expand=1
100     Config {
101         tooltips=1
102         IconsOnly=0
103         AcceptSkipPager=1
104         ShowIconified=1
105         ShowMapped=1
106         ShowAllDesks=0
107         UseMouseWheel=1
108         UseUrgencyHint=1
109         FlatButton=0
110         MaxTaskWidth=150
111         spacing=1
112     }
113 }
114
115 Plugin {
116     type = tray
117 }
118
119 Plugin {
120     type = cpu
121 }
122
123 Plugin {
124     type = dclock
125     Config {
126         ClockFmt=%R
127         TooltipFmt=%A %x
128         BoldFont=0
129     }
130 }
131