flavors view core/rootfs/etc/lxpanel/slitaz/panels/bottom @ rev 103

core: add modified files in etc
author Christophe Lincoln <pankso@slitaz.org>
date Tue May 31 00:28:53 2011 +0200 (2011-05-31)
parents
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=0
12 tintcolor=#ffffff
13 alpha=20
14 autohide=0
15 heightwhenhidden=2
16 setdocktype=0
17 setpartialstrut=1
18 usefontcolor=1
19 fontcolor=#ffffff
20 background=1
21 backgroundfile=/usr/share/images/panel-background.png
22 iconsize=24
23 }
25 Plugin {
26 type = pager
27 }
29 Plugin {
30 type = space
31 Config {
32 Size=4
33 }
34 }
36 Plugin {
37 type = taskbar
38 expand=1
39 Config {
40 tooltips=1
41 IconsOnly=0
42 ShowAllDesks=0
43 UseMouseWheel=1
44 UseUrgencyHint=1
45 FlatButton=1
46 MaxTaskWidth=200
47 spacing=2
48 GroupedTasks=1
49 }
50 }
52 Plugin {
53 type = dclock
54 Config {
55 ClockFmt=%R
56 TooltipFmt=%A %x - %R
57 BoldFont=1
58 IconOnly=0
59 }
60 }
62 Plugin {
63 type = launchbar
64 Config {
65 Button {
66 id=/usr/share/applications/slitaz-logout.desktop
67 }
68 }
69 }