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

gtkonly: update lxpanel configs
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 24 16:27:45 2012 +0100 (2012-03-24)
parents 4ce6afec917c
children
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 #tintcolor=orange
31 system {
32 }
33 separator {
34 }
35 item {
36 image=exec
37 command=run
38 }
39 #item {
40 #image=img
41 #name=Item name
42 #action=progname
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 }