aboutsummaryrefslogtreecommitdiff
path: root/modules/workstation/files/flony/home/config/lxpanel/LXDE/panels/panel
diff options
context:
space:
mode:
Diffstat (limited to 'modules/workstation/files/flony/home/config/lxpanel/LXDE/panels/panel')
-rw-r--r--modules/workstation/files/flony/home/config/lxpanel/LXDE/panels/panel168
1 files changed, 168 insertions, 0 deletions
diff --git a/modules/workstation/files/flony/home/config/lxpanel/LXDE/panels/panel b/modules/workstation/files/flony/home/config/lxpanel/LXDE/panels/panel
new file mode 100644
index 0000000..320c761
--- /dev/null
+++ b/modules/workstation/files/flony/home/config/lxpanel/LXDE/panels/panel
@@ -0,0 +1,168 @@
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
104 }
105}
106Plugin {
107 type=monitors
108 Config {
109 DisplayCPU=1
110 DisplayRAM=1
111 CPUColor=#0000FF
112 RAMColor=#FF0000
113 }
114}
115Plugin {
116 type=volume
117 Config {
118 VolumeMuteKey=XF86AudioMute
119 VolumeDownKey=XF86AudioLowerVolume
120 VolumeUpKey=XF86AudioRaiseVolume
121 }
122}
123Plugin {
124 type=tray
125 Config {
126 }
127}
128Plugin {
129 type=dclock
130 Config {
131 ClockFmt=%R
132 TooltipFmt=%A %x
133 BoldFont=0
134 IconOnly=0
135 CenterText=0
136 }
137}
138Plugin {
139 type=netstatus
140 Config {
141 iface=enp0s31f6
142 configtool=nm-connection-editor
143 }
144}
145Plugin {
146 type=netstatus
147 Config {
148 iface=wlp2s0
149 configtool=nm-connection-editor
150 }
151}
152Plugin {
153 type=batt
154 Config {
155 BackgroundColor=black
156 ChargingColor1=#28f200
157 ChargingColor2=#22cc00
158 DischargingColor1=#ffee00
159 DischargingColor2=#d9ca00
160 HideIfNoBattery=0
161 AlarmCommand=notify-send "Batterie faible" --icon=battery-caution
162 AlarmTime=5
163 BorderWidth=0
164 Size=1
165 ShowExtendedInformation=0
166 BatteryNumber=0
167 }
168}