slitaz-configs view rootfs/etc/lxpanel/slitaz/panels/panel @ rev 220

Add /etc/polkit-1/localauthority/50-local.d/55-storage.pkla (easy to use udisks/polkit...) Thanks Tom
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 28 23:45:36 2014 +0200 (2014-04-28)
parents c35088892a3f
children d0f40dd58170
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=22
11 transparent=1
12 tintcolor=#222222
13 alpha=255
14 autohide=0
15 heightwhenhidden=2
16 setdocktype=1
17 setpartialstrut=1
18 usefontcolor=1
19 fontsize=10
20 fontcolor=#cfcfcf
21 usefontsize=0
22 background=0
23 iconsize=22
24 }
26 Plugin {
27 type = menu
28 Config {
29 name=SliTazMenu.directory
30 image=slitaz-menu
31 system {
32 }
33 separator {
34 }
35 item {
36 command=run
37 image=gtk-execute
38 }
39 separator {
40 }
41 item {
42 image=system-shutdown-panel-restart
43 command=logout
44 }
45 }
46 }
48 Plugin {
49 type = space
50 Config {
51 Size=2
52 }
53 }
55 Plugin {
56 type = pager
57 }
59 Plugin {
60 type = space
61 expand=1
62 Config {
63 Size=2
64 }
65 }
67 Plugin {
68 type = taskbar
69 Config {
70 tooltips=1
71 IconsOnly=1
72 ShowAllDesks=0
73 UseMouseWheel=1
74 UseUrgencyHint=1
75 FlatButton=1
76 MaxTaskWidth=200
77 spacing=1
78 GroupedTasks=1
79 }
80 }
82 Plugin {
83 type = space
84 expand=1
85 Config {
86 Size=2
87 }
88 }
90 Plugin {
91 type = tray
92 }
94 Plugin {
95 type = space
96 Config {
97 Size=4
98 }
99 }
101 Plugin {
102 type = volumealsa
103 }
105 Plugin {
106 type = space
107 Config {
108 Size=6
109 }
110 }
112 Plugin {
113 type = netstatus
114 Config {
115 iface=eth0
116 configtool=tazpanel network
117 }
118 }
120 Plugin {
121 type = space
122 Config {
123 Size=6
124 }
125 }
127 Plugin {
128 type = batt
129 Config {
130 HideIfNoBattery=0
131 AlarmCommand=tazbox notify "Warning: battery low" "dialog-warning"
132 AlarmTime=5
133 BackgroundColor=#1b0c03
134 BorderWidth=3
135 ChargingColor1=#cfcfcf
136 ChargingColor2=#cfcfcf
137 DischargingColor1=#473b34
138 DischargingColor2=#473b34
139 Size=14
140 }
141 }
143 Plugin {
144 type = space
145 Config {
146 Size=6
147 }
148 }
150 Plugin {
151 type = cpu
152 }
154 Plugin {
155 type = space
156 Config {
157 Size=4
158 }
159 }
161 Plugin {
162 type = dclock
163 Config {
164 ClockFmt=%R
165 TooltipFmt=%c
166 BoldFont=1
167 IconOnly=0
168 CenterText=1
169 }
170 }
172 Plugin {
173 type = launchbar
174 Config {
175 Button {
176 id=/usr/share/applications/slitaz-logout.desktop
177 }
178 }
179 }
181 Plugin {
182 type = space
183 Config {
184 Size=4
185 }
186 }