diff options
Diffstat (limited to 'dotfiles/lxde/config_files/lxpanel/LXDE')
-rw-r--r-- | dotfiles/lxde/config_files/lxpanel/LXDE/config | 2 | ||||
-rw-r--r-- | dotfiles/lxde/config_files/lxpanel/LXDE/panels/panel | 165 |
2 files changed, 167 insertions, 0 deletions
diff --git a/dotfiles/lxde/config_files/lxpanel/LXDE/config b/dotfiles/lxde/config_files/lxpanel/LXDE/config new file mode 100644 index 0000000..76228e2 --- /dev/null +++ b/dotfiles/lxde/config_files/lxpanel/LXDE/config | |||
@@ -0,0 +1,2 @@ | |||
1 | [Command] | ||
2 | Logout=lxde-logout | ||
diff --git a/dotfiles/lxde/config_files/lxpanel/LXDE/panels/panel b/dotfiles/lxde/config_files/lxpanel/LXDE/panels/panel new file mode 100644 index 0000000..34c978d --- /dev/null +++ b/dotfiles/lxde/config_files/lxpanel/LXDE/panels/panel | |||
@@ -0,0 +1,165 @@ | |||
1 | # lxpanel <profile> config file. Manually editing is not recommended. | ||
2 | # Use preference dialog in lxpanel to adjust config when you can. | ||
3 | |||
4 | Global { | ||
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 | } | ||
23 | Plugin { | ||
24 | type=space | ||
25 | Config { | ||
26 | Size=2 | ||
27 | } | ||
28 | } | ||
29 | Plugin { | ||
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 | } | ||
48 | Plugin { | ||
49 | type=launchbar | ||
50 | Config { | ||
51 | Button { | ||
52 | id=pcmanfm.desktop | ||
53 | } | ||
54 | Button { | ||
55 | id=firefox.desktop | ||
56 | } | ||
57 | } | ||
58 | } | ||
59 | Plugin { | ||
60 | type=space | ||
61 | Config { | ||
62 | Size=4 | ||
63 | } | ||
64 | } | ||
65 | Plugin { | ||
66 | type=wincmd | ||
67 | Config { | ||
68 | Button1=iconify | ||
69 | Button2=shade | ||
70 | } | ||
71 | } | ||
72 | Plugin { | ||
73 | type=space | ||
74 | Config { | ||
75 | Size=4 | ||
76 | } | ||
77 | } | ||
78 | Plugin { | ||
79 | type=pager | ||
80 | Config { | ||
81 | } | ||
82 | } | ||
83 | Plugin { | ||
84 | type=space | ||
85 | Config { | ||
86 | Size=4 | ||
87 | } | ||
88 | } | ||
89 | Plugin { | ||
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 | } | ||
106 | Plugin { | ||
107 | type=monitors | ||
108 | Config { | ||
109 | DisplayCPU=1 | ||
110 | DisplayRAM=1 | ||
111 | CPUColor=#0000FF | ||
112 | RAMColor=#FF0000 | ||
113 | } | ||
114 | } | ||
115 | Plugin { | ||
116 | type=volume | ||
117 | Config { | ||
118 | } | ||
119 | } | ||
120 | Plugin { | ||
121 | type=tray | ||
122 | Config { | ||
123 | } | ||
124 | } | ||
125 | Plugin { | ||
126 | type=dclock | ||
127 | Config { | ||
128 | ClockFmt=%F %R | ||
129 | TooltipFmt=%A %x | ||
130 | BoldFont=0 | ||
131 | IconOnly=0 | ||
132 | CenterText=0 | ||
133 | } | ||
134 | } | ||
135 | Plugin { | ||
136 | type=netstatus | ||
137 | Config { | ||
138 | iface=enp0s31f6 | ||
139 | configtool=nm-connection-editor | ||
140 | } | ||
141 | } | ||
142 | Plugin { | ||
143 | type=netstatus | ||
144 | Config { | ||
145 | iface=wlp2s0 | ||
146 | configtool=nm-connection-editor | ||
147 | } | ||
148 | } | ||
149 | Plugin { | ||
150 | type=batt | ||
151 | Config { | ||
152 | BackgroundColor=black | ||
153 | ChargingColor1=#28f200 | ||
154 | ChargingColor2=#22cc00 | ||
155 | DischargingColor1=#ffee00 | ||
156 | DischargingColor2=#d9ca00 | ||
157 | HideIfNoBattery=0 | ||
158 | AlarmCommand=notify-send "Batterie faible" --icon=battery-caution | ||
159 | AlarmTime=5 | ||
160 | BorderWidth=0 | ||
161 | Size=1 | ||
162 | ShowExtendedInformation=0 | ||
163 | BatteryNumber=0 | ||
164 | } | ||
165 | } | ||