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

rootfs/etc/lxpanel/slitaz/panels/panel: add "xkb" applet by default
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Apr 11 02:25:27 2017 +0300 (2017-04-11)
parents 18201249701b
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=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=1
23 backgroundfile=/usr/share/themes/Clearlooks Human Dark/gtk-2.0/Panels/panel-bg-dark.png
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 expand=1
65 Config {
66 Size=2
67 }
68 }
70 Plugin {
71 type = taskbar
72 Config {
73 tooltips=1
74 IconsOnly=1
75 ShowAllDesks=0
76 UseMouseWheel=1
77 UseUrgencyHint=1
78 FlatButton=1
79 MaxTaskWidth=200
80 spacing=1
81 GroupedTasks=1
82 }
83 }
85 Plugin {
86 type = space
87 expand=1
88 Config {
89 Size=2
90 }
91 }
93 Plugin {
94 type = xkb
95 Config {
96 DisplayType=1
97 PerWinLayout=0
98 NoResetOpt=0
99 KeepSysLayouts=1
100 Model=pc105
101 LayoutsList=us
102 VariantsList=,
103 ToggleOpt=shift_caps_toggle
104 FlagSize=4
105 }
106 }
108 Plugin {
109 type = tray
110 }
112 Plugin {
113 type = space
114 Config {
115 Size=4
116 }
117 }
119 Plugin {
120 type = volumealsa
121 }
123 Plugin {
124 type = space
125 Config {
126 Size=6
127 }
128 }
130 Plugin {
131 type = netstatus
132 Config {
133 iface=eth0
134 configtool=subox tazpanel network
135 }
136 }
138 Plugin {
139 type = space
140 Config {
141 Size=6
142 }
143 }
145 Plugin {
146 type = batt
147 Config {
148 HideIfNoBattery=0
149 AlarmTime=5
150 BackgroundColor=#404040
151 BorderWidth=3
152 ChargingColor1=#00A100
153 ChargingColor2=#00A100
154 DischargingColor1=#DB2C23
155 DischargingColor2=#DB2C23
156 Size=11
157 }
158 }
160 Plugin {
161 type = space
162 Config {
163 Size=6
164 }
165 }
167 Plugin {
168 type = cpu
169 }
171 Plugin {
172 type = space
173 Config {
174 Size=4
175 }
176 }
178 Plugin {
179 type = dclock
180 Config {
181 ClockFmt=%R
182 TooltipFmt=%c
183 BoldFont=1
184 IconOnly=0
185 CenterText=1
186 }
187 }
189 Plugin {
190 type = menu
191 Config {
192 name=user.directory
193 image=avatar-default
194 tintcolor=#33230D
195 item {
196 image=system-log-out-panel
197 name=Close X session
198 action=tazbox logout exit
199 }
200 item {
201 image=system-reboot-panel
202 name=Reboot system
203 action=tazbox logout reboot
204 }
205 item {
206 image=system-shutdown-panel
207 name=Shutdown system
208 action=tazbox logout halt
209 }
210 }
211 }
213 Plugin {
214 type = space
215 Config {
216 Size=4
217 }
218 }