summaryrefslogtreecommitdiffstats
path: root/desktop/lxpanel/panel.patch
blob: 60bc0f113f35d4205bb58aa2946ffd194ad9adc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
--- usr/share/lxpanel/profile/default/panels/panel.orig	2010-08-19 00:16:51.000000000 +0200
+++ usr/share/lxpanel/profile/default/panels/panel	2010-08-18 23:58:42.239083001 +0200
@@ -3,10 +3,10 @@
 
 Global {
     edge=bottom
-    allign=left
+    allign=center
     margin=0
     widthtype=percent
-    width=100
+    width=95
     height=26
     transparent=0
     tintcolor=#000000
@@ -53,10 +53,13 @@
             id=pcmanfm.desktop
         }
         Button {
-            id=gnome-terminal.desktop
+            id=mozilla-firefox.desktop
         }
         Button {
-            id=firefox.desktop
+            id=mozilla-thunderbird.desktop
+        }
+        Button {
+            id=lxterminal.desktop
         }
     }
 }
@@ -113,11 +116,44 @@
 }
 
 Plugin {
+    type = volumealsa
+}
+
+Plugin {
+    type = space
+    Config {
+        Size=4
+    }
+}
+
+Plugin {
+    type = netstatus
+    Config {
+        iface=eth0
+        configtool=network-admin --configure %i
+    }
+}
+
+Plugin {
+    type = space
+    Config {
+        Size=4
+    }
+}
+
+Plugin {
     type = cpu
 }
 
 Plugin {
-    type = tray
+    type = space
+    Config {
+        Size=4
+    }
+}
+
+Plugin {
+    type = cpufreq
 }
 
 Plugin {
@@ -126,6 +162,23 @@
         ClockFmt=%R
         TooltipFmt=%A %x
         BoldFont=0
+        IconOnly=0
+    }
+}
+
+Plugin {
+    type = space
+    Config {
+        Size=4
+    }
+}
+
+Plugin {
+    type = launchbar
+    Config {
+        Button {
+            id=lxde-logout.desktop
+        }
     }
 }