wok-next view slitaz-next/stuff/etc/lxpanel/default/panels/panel @ rev 19866

Up eudev, rust-musl, slitaz-next, b43-fwcutter, cookutils, dbus, dmidecode, eudev, firmware, libidl, make-slitaz-icons, mirror-tools, tazdev, tazwikiss, yaff; add laptop-detect
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Sep 19 02:54:15 2017 +0300 (2017-09-19)
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=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 = pager
53 }
55 Plugin {
56 type = taskbar
57 expand=1
58 Config {
59 tooltips=1
60 IconsOnly=0
61 ShowAllDesks=0
62 UseMouseWheel=1
63 UseUrgencyHint=1
64 FlatButton=0
65 MaxTaskWidth=160
66 spacing=1
67 GroupedTasks=0
68 }
69 }
71 Plugin {
72 type = xkb
73 Config {
74 DisplayType=1
75 PerWinLayout=0
76 NoResetOpt=0
77 KeepSysLayouts=1
78 Model=pc105
79 LayoutsList=us
80 VariantsList=,
81 ToggleOpt=shift_caps_toggle
82 FlagSize=4
83 }
84 }
86 Plugin {
87 type = tray
88 }
90 Plugin {
91 type = volumealsa
92 }
94 Plugin {
95 type = netstatus
96 Config {
97 iface=eth0
98 configtool=subox tazpanel network
99 }
100 }
102 Plugin {
103 type = batt
104 Config {
105 HideIfNoBattery=0
106 AlarmCommand=xmessage Battery low
107 AlarmTime=5
108 BackgroundColor=#404040
109 BorderWidth=3
110 ChargingColor1=#00A100
111 ChargingColor2=#00A100
112 DischargingColor1=#DB2C23
113 DischargingColor2=#DB2C23
114 Size=11
115 }
116 }
118 Plugin {
119 type = cpufreq
120 }
122 Plugin {
123 type = monitors
124 Config {
125 DisplayCPU=1
126 DisplayRAM=0
127 CPUColor=#0000FF
128 }
129 }
131 Plugin {
132 type = dclock
133 Config {
134 ClockFmt=%R
135 TooltipFmt=%c
136 BoldFont=1
137 IconOnly=0
138 CenterText=1
139 }
140 }
142 Plugin {
143 type = menu
144 Config {
145 name=user.directory
146 image=avatar-default
147 tintcolor=#33230D
148 item {
149 image=system-log-out-panel
150 name=Close X session
151 action=tazbox logout exit
152 }
153 item {
154 image=system-reboot-panel
155 name=Reboot system
156 action=tazbox logout reboot
157 }
158 item {
159 image=system-shutdown-panel
160 name=Shutdown system
161 action=tazbox logout halt
162 }
163 }
164 }