]> git.immae.eu Git - perso/Immae/Config/Ansible.git/blame - roles/lxde/files/config_files/lxpanel/LXDE/panels/panel
LXDE configuration
[perso/Immae/Config/Ansible.git] / roles / lxde / files / config_files / lxpanel / LXDE / panels / panel
CommitLineData
397c4fed
IB
1# lxpanel <profile> config file. Manually editing is not recommended.
2# Use preference dialog in lxpanel to adjust config when you can.
3
4Global {
5 edge=bottom
6 align=left
7 margin=0
8 widthtype=percent
9 width=100
10 height=26
11 transparent=0
12 tintcolor=#000000
13 alpha=0
14 setdocktype=1
15 setpartialstrut=1
16 autohide=0
17 heightwhenhidden=0
18 usefontcolor=1
19 fontcolor=#ffffff
20 background=1
21 backgroundfile=/usr/share/lxpanel/images/background.png
22}
23Plugin {
24 type=space
25 Config {
26 Size=2
27 }
28}
29Plugin {
30 type=menu
31 Config {
32 image=/usr/share/lxde/images/lxde-icon.png
33 system {
34 }
35 separator {
36 }
37 item {
38 command=run
39 }
40 separator {
41 }
42 item {
43 image=gnome-logout
44 command=logout
45 }
46 }
47}
48Plugin {
49 type=launchbar
50 Config {
51 Button {
52 id=pcmanfm.desktop
53 }
54 Button {
55 id=firefox.desktop
56 }
57 }
58}
59Plugin {
60 type=space
61 Config {
62 Size=4
63 }
64}
65Plugin {
66 type=wincmd
67 Config {
68 Button1=iconify
69 Button2=shade
70 }
71}
72Plugin {
73 type=space
74 Config {
75 Size=4
76 }
77}
78Plugin {
79 type=pager
80 Config {
81 }
82}
83Plugin {
84 type=space
85 Config {
86 Size=4
87 }
88}
89Plugin {
90 type=taskbar
91 expand=1
92 Config {
93 tooltips=1
94 IconsOnly=0
95 AcceptSkipPager=1
96 ShowIconified=1
97 ShowMapped=1
98 ShowAllDesks=0
99 UseMouseWheel=1
100 UseUrgencyHint=1
101 FlatButton=0
102 MaxTaskWidth=150
103 spacing=1
a6a90dac 104 GroupedTasks=0
397c4fed
IB
105 }
106}
107Plugin {
108 type=monitors
109 Config {
110 DisplayCPU=1
111 DisplayRAM=1
112 CPUColor=#0000FF
113 RAMColor=#FF0000
114 }
115}
116Plugin {
117 type=volume
118 Config {
119 }
120}
121Plugin {
122 type=tray
123 Config {
124 }
125}
126Plugin {
127 type=dclock
128 Config {
129 ClockFmt=%F %R
130 TooltipFmt=%A %x
131 BoldFont=0
132 IconOnly=0
133 CenterText=0
134 }
135}
397c4fed
IB
136Plugin {
137 type=netstatus
138 Config {
139 iface=wlp2s0
140 configtool=nm-connection-editor
141 }
142}
143Plugin {
144 type=batt
145 Config {
146 BackgroundColor=black
147 ChargingColor1=#28f200
148 ChargingColor2=#22cc00
149 DischargingColor1=#ffee00
150 DischargingColor2=#d9ca00
151 HideIfNoBattery=0
152 AlarmCommand=notify-send "Batterie faible" --icon=battery-caution
153 AlarmTime=5
154 BorderWidth=0
155 Size=1
156 ShowExtendedInformation=0
157 BatteryNumber=0
158 }
159}