wok-next view openbox/stuff/lxpanel.config @ rev 410

Specific lxpanel config for openbox
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 11 18:07:14 2008 +0100 (2008-03-11)
parents
children 6bb4c6833b9a
line source
1 # lxpanel <profile> config file
2 # see http://lxpanel.sf.net/docs.html for complete configuration guide
3 Global {
4 edge = top
5 allign = center
6 margin = 0
7 widthtype = request
8 width = 442
9 height = 26
10 transparent = false
11 tintcolor = #000000
12 alpha = 106
13 setdocktype = true
14 setpartialstrut = true
15 useFontColor = true
16 FontColor = #111111
17 Background = false
18 BackgroundFile = /usr/share/lxpanel/images/background.png
19 FileManager = emelfm2
20 Terminal = xterm
21 LogoutCommand = openbox -exit
22 }
24 Plugin {
25 type = space
26 Config {
27 Size = 4
28 }
29 }
31 Plugin {
32 type = menu
33 Config {
34 image = /usr/share/pixmaps/slitaz-menu.png
35 system {
36 }
37 separator {
38 }
39 item {
40 image = /usr/share/icons/Tango/jwm/applications-other.png
41 command = run
42 }
43 item {
44 image = /usr/share/icons/Tango/jwm/preferences-desktop.png
45 command = configure
46 }
47 separator {
48 }
49 item {
50 image = gnome-logout
51 command = logout
52 }
53 }
54 }
56 Plugin {
57 type = launchbar
58 Config {
59 Button {
60 id = emelfm2.desktop
61 }
62 Button {
63 id = xterm.desktop
64 }
65 Button {
66 id = firefox.desktop
67 }
68 }
69 }
71 Plugin {
72 type = space
73 Config {
74 Size = 4
75 }
76 }
78 Plugin {
79 type = wincmd
80 Config {
81 Button1 = iconify
82 Button2 = shade
83 }
84 }
86 Plugin {
87 type = space
88 Config {
89 Size = 4
90 }
91 }
93 Plugin {
94 type = deskno
95 }
97 Plugin {
98 type = space
99 Config {
100 Size = 2
101 }
102 }
104 Plugin {
105 type = volumealsa
106 }
108 Plugin {
109 type = netstatus
110 Config {
111 iface = eth0
112 configtool = subox netbox
113 }
114 }
116 Plugin {
117 type = space
118 Config {
119 Size = 4
120 }
121 }
123 Plugin {
124 type = cpu
125 }
127 Plugin {
128 type = dclock
129 Config {
130 ClockFmt = %R
131 TooltipFmt = %A %x
132 Action = osmo &
133 BoldFont = 0
134 }
135 }