flavors-stable view devel/rootfs/etc/lxpanel/slitaz/panels/panel @ rev 135

Add SliTaz contributors flavor (see doc)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Feb 23 08:01:02 2012 +0100 (2012-02-23)
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=top
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=22
23 }
25 Plugin {
26 type = space
27 Config {
28 Size=2
29 }
30 }
32 Plugin {
33 type = launchbar
34 Config {
35 Button {
36 id=/usr/share/applications/xterm.desktop
37 }
38 Button {
39 id=/usr/share/applications/tazpanel.desktop
40 }
41 Button {
42 id=/usr/share/applications/midori.desktop
43 }
44 Button {
45 id=/usr/share/applications/geany.desktop
46 }
47 }
48 }
50 Plugin {
51 type = space
52 expand=1
53 Config {
54 Size=2
55 }
56 }
58 Plugin {
59 type = dclock
60 Config {
61 ClockFmt=%A %d %B - %R
62 TooltipFmt=%A %x - %T
63 BoldFont=1
64 IconOnly=0
65 }
66 }
68 Plugin {
69 type = space
70 expand=1
71 Config {
72 Size=2
73 }
74 }
76 Plugin {
77 type = volumealsa
78 }
80 Plugin {
81 type = space
82 Config {
83 Size=8
84 }
85 }
87 Plugin {
88 type = netstatus
89 Config {
90 iface=wlan0
91 configtool=browser http://tazpanel:82/network.cgi
92 }
93 }
95 Plugin {
96 type = space
97 Config {
98 Size=4
99 }
100 }
102 Plugin {
103 type = batt
104 Config {
105 HideIfNoBattery=0
106 AlarmCommand=desktopbox notify "Battery low" 4
107 AlarmTime=5
108 BackgroundColor=#1b0c03
109 BorderWidth=3
110 ChargingColor1=#cfcfcf
111 ChargingColor2=#cfcfcf
112 DischargingColor1=#473b34
113 DischargingColor2=#473b34
114 Size=12
115 }
116 }
118 Plugin {
119 type = space
120 Config {
121 Size=4
122 }
123 }