wok-next view slitaz-next/stuff/etc/skel/.config/lxpanel/slitaz/panels/panel @ rev 19863

Up eudev, make-slitaz-icons, ntfs-3g, pcmanfm, polkit, slitaz-base-files, slitaz-boot-scripts, slitaz-icons-paper.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Sep 12 01:34:11 2017 +0300 (2017-09-12)
parents
children 6d2b71cbba60
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=0
12 tintcolor=#222222
13 alpha=255
14 autohide=0
15 heightwhenhidden=2
16 setdocktype=1
17 setpartialstrut=1
18 usefontcolor=0
19 fontsize=10
20 fontcolor=#cfcfcf
21 usefontsize=0
22 background=0
23 backgroundfile=
24 iconsize=22
25 loglevel=2
26 }
28 Plugin {
29 type = menu
30 Config {
31 name=SliTazMenu.directory
32 image=start-here
33 tintcolor=#33230D
34 system {
35 }
36 separator {
37 }
38 item {
39 command=run
40 image=gtk-execute
41 }
42 separator {
43 }
44 item {
45 image=system-shutdown-panel-restart
46 command=logout
47 }
48 }
49 }
51 Plugin {
52 type = space
53 Config {
54 Size=2
55 }
56 }
58 Plugin {
59 type = pager
60 }
62 Plugin {
63 type = space
64 Config {
65 Size=2
66 }
67 }
69 Plugin {
70 type = taskbar
71 expand=1
72 Config {
73 tooltips=1
74 IconsOnly=0
75 ShowAllDesks=0
76 UseMouseWheel=1
77 UseUrgencyHint=1
78 FlatButton=0
79 MaxTaskWidth=160
80 spacing=0
81 GroupedTasks=0
82 }
83 }
85 Plugin {
86 type = space
87 Config {
88 Size=2
89 }
90 }
92 Plugin {
93 type = xkb
94 Config {
95 DisplayType=1
96 PerWinLayout=0
97 NoResetOpt=0
98 KeepSysLayouts=1
99 Model=pc105
100 LayoutsList=us
101 VariantsList=,
102 ToggleOpt=shift_caps_toggle
103 FlagSize=4
104 }
105 }
107 Plugin {
108 type = tray
109 }
111 Plugin {
112 type = space
113 Config {
114 Size=4
115 }
116 }
118 Plugin {
119 type = volumealsa
120 }
122 Plugin {
123 type = space
124 Config {
125 Size=6
126 }
127 }
129 Plugin {
130 type = netstatus
131 Config {
132 iface=eth0
133 configtool=subox tazpanel network
134 }
135 }
137 Plugin {
138 type = space
139 Config {
140 Size=6
141 }
142 }
144 Plugin {
145 type = batt
146 Config {
147 HideIfNoBattery=0
148 AlarmTime=5
149 BackgroundColor=#404040
150 BorderWidth=3
151 ChargingColor1=#00A100
152 ChargingColor2=#00A100
153 DischargingColor1=#DB2C23
154 DischargingColor2=#DB2C23
155 Size=11
156 }
157 }
159 Plugin {
160 type = space
161 Config {
162 Size=6
163 }
164 }
166 Plugin {
167 type = cpu
168 }
170 Plugin {
171 type = space
172 Config {
173 Size=4
174 }
175 }
177 Plugin {
178 type = dclock
179 Config {
180 ClockFmt=%R
181 TooltipFmt=%c
182 BoldFont=1
183 IconOnly=0
184 CenterText=1
185 }
186 }
188 Plugin {
189 type = menu
190 Config {
191 name=user.directory
192 image=avatar-default
193 tintcolor=#33230D
194 item {
195 image=system-log-out-panel
196 name=Close X session
197 action=tazbox logout exit
198 }
199 item {
200 image=system-reboot-panel
201 name=Reboot system
202 action=tazbox logout reboot
203 }
204 item {
205 image=system-shutdown-panel
206 name=Shutdown system
207 action=tazbox logout halt
208 }
209 }
210 }
212 Plugin {
213 type = space
214 Config {
215 Size=4
216 }
217 }