flavors view gtkonly/rootfs/etc/lxpanel/slitaz/panels/bottom @ rev 153

gtkonly: use same lxconfig file path than core
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 06 22:05:42 2012 +0100 (2012-03-06)
parents gtkonly/rootfs/etc/lxpanel/default/panels/bottom@6f4801f2e3d3
children 7759794c5a07
line source
1 # lxpanel <profile> config file. Manually editing is not recommended.
2 # Use preference dialog in lxpanel to adjust config when you can.
4 Global {
5 edge=bottom
6 allign=center
7 margin=0
8 widthtype=percent
9 width=100
10 height=24
11 transparent=1
12 tintcolor=#351a0a
13 alpha=255
14 autohide=0
15 heightwhenhidden=2
16 setdocktype=0
17 setpartialstrut=1
18 usefontcolor=1
19 fontcolor=#ffffff
20 background=0
21 backgroundfile=/usr/share/images/panel-background.png
22 iconsize=24
23 }
25 Plugin {
26 type = menu
27 Config {
28 name=SliTazMenu.directory
29 image=slitaz-menu
30 system {
31 }
32 separator {
33 }
34 item {
35 image=exec
36 command=run
37 }
38 separator {
39 }
40 item {
41 image=lxde-logout
42 command=logout
43 }
44 }
45 }
47 Plugin {
48 type = space
49 Config {
50 Size=4
51 }
52 }
54 Plugin {
55 type = taskbar
56 expand=1
57 Config {
58 tooltips=1
59 IconsOnly=0
60 ShowAllDesks=0
61 UseMouseWheel=1
62 UseUrgencyHint=1
63 FlatButton=1
64 MaxTaskWidth=200
65 spacing=2
66 GroupedTasks=1
67 }
68 }
70 Plugin {
71 type = tray
72 }
74 Plugin {
75 type = pager
76 }