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

Logout menu handling
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 12 12:55:29 2016 +0200 (2016-11-12)
parents aeb30a4a61ec
children aaf8f97a83d0
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 = tray
95 }
97 Plugin {
98 type = space
99 Config {
100 Size=4
101 }
102 }
104 Plugin {
105 type = volumealsa
106 }
108 Plugin {
109 type = space
110 Config {
111 Size=6
112 }
113 }
115 Plugin {
116 type = netstatus
117 Config {
118 iface=eth0
119 configtool=subox tazpanel network
120 }
121 }
123 Plugin {
124 type = space
125 Config {
126 Size=6
127 }
128 }
130 Plugin {
131 type = batt
132 Config {
133 HideIfNoBattery=0
134 AlarmTime=5
135 BackgroundColor=#404040
136 BorderWidth=3
137 ChargingColor1=#00A100
138 ChargingColor2=#00A100
139 DischargingColor1=#DB2C23
140 DischargingColor2=#DB2C23
141 Size=11
142 }
143 }
145 Plugin {
146 type = space
147 Config {
148 Size=6
149 }
150 }
152 Plugin {
153 type = cpu
154 }
156 Plugin {
157 type = space
158 Config {
159 Size=4
160 }
161 }
163 Plugin {
164 type = dclock
165 Config {
166 ClockFmt=%R
167 TooltipFmt=%c
168 BoldFont=1
169 IconOnly=0
170 CenterText=1
171 }
172 }
174 Plugin {
175 type = menu
176 Config {
177 name=user.directory
178 image=avatar-default
179 tintcolor=#33230D
180 item {
181 image=system-log-out-panel
182 name=Close X session
183 action=tazbox logout exit
184 }
185 item {
186 image=system-reboot-panel
187 name=Reboot system
188 action=tazbox logout reboot
189 }
190 item {
191 image=system-shutdown-panel
192 name=Shutdown system
193 action=tazbox logout halt
194 }
195 }
196 }
198 Plugin {
199 type = space
200 Config {
201 Size=4
202 }
203 }