wok view lxpanel/stuff/default/config @ rev 388

Let JWM manage the dock by default
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 09 12:15:39 2008 +0100 (2008-03-09)
parents 7c9bc7c099fe
children f8a48b75161c
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 = 296
9 height = 26
10 transparent = false
11 tintcolor = #000000
12 alpha = 111
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 = jwm -exit
22 }
24 Plugin {
25 type = space
26 Config {
27 Size = 2
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 = cpu
118 }
120 Plugin {
121 type = dclock
122 Config {
123 ClockFmt = %R
124 TooltipFmt = %Y %m %d
125 Action = osmo &
126 BoldFont = 0
127 }
128 }