wok-next view lxpanel/stuff/slitaz/panels/panel @ rev 19868
Up netsurf stuff, lxpanel, slitaz-next...
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Sep 27 17:54:12 2017 +0300 (2017-09-27) |
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 = launchbar
53 Config {
54 Button {
55 id=pcmanfm.desktop
56 }
57 Button {
58 id=sakura.desktop
59 }
60 Button {
61 id=netsurf.desktop
62 }
63 }
64 }
67 Plugin {
68 type = pager
69 }
71 Plugin {
72 type = taskbar
73 expand=1
74 Config {
75 tooltips=1
76 IconsOnly=0
77 AcceptSkipPager=1
78 ShowIconified=1
79 ShowMapped=1
80 ShowAllDesks=0
81 UseMouseWheel=1
82 UseUrgencyHint=1
83 FlatButton=0
84 MaxTaskWidth=150
85 spacing=1
86 }
87 }
89 Plugin {
90 type = xkb
91 Config {
92 DisplayType=1
93 PerWinLayout=0
94 NoResetOpt=0
95 KeepSysLayouts=1
96 Model=pc105
97 LayoutsList=us
98 VariantsList=,
99 ToggleOpt=shift_caps_toggle
100 FlagSize=4
101 }
102 }
104 Plugin {
105 type = tray
106 }
108 Plugin {
109 type = volumealsa
110 }
112 Plugin {
113 type = netstatus
114 Config {
115 iface=eth0
116 configtool=subox tazpanel network
117 }
118 }
120 Plugin {
121 type = batt
122 Config {
123 HideIfNoBattery=1
124 AlarmCommand=notify-send -u critical -i battery-caution -c battery 'Battery low' 'Please complete your work as soon as possible'
125 AlarmTime=10
126 BackgroundColor=#404040
127 BorderWidth=3
128 ChargingColor1=#00A100
129 ChargingColor2=#00A100
130 DischargingColor1=#DB2C23
131 DischargingColor2=#DB2C23
132 Size=11
133 }
134 }
136 Plugin {
137 type = cpufreq
138 }
140 Plugin {
141 type = monitors
142 Config {
143 DisplayCPU=1
144 DisplayRAM=0
145 CPUColor=#0000FF
146 }
147 }
149 Plugin {
150 type = dclock
151 Config {
152 ClockFmt=%R
153 TooltipFmt=%c
154 BoldFont=1
155 IconOnly=0
156 CenterText=1
157 }
158 }
160 Plugin {
161 type = menu
162 Config {
163 name=user.directory
164 image=avatar-default
165 tintcolor=#33230D
166 item {
167 image=system-log-out-panel
168 name=Close X session
169 action=tazbox logout exit
170 }
171 item {
172 image=system-reboot-panel
173 name=Reboot system
174 action=tazbox logout reboot
175 }
176 item {
177 image=system-shutdown-panel
178 name=Shutdown system
179 action=tazbox logout halt
180 }
181 }
182 }