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

We want Tsclient in the menu
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 18 14:46:26 2008 +0100 (2008-03-18)
parents f8a48b75161c
children 4b565515822c
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 = 287
9 height = 26
10 transparent = false
11 tintcolor = #000000
12 alpha = 107
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 = 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 = volumealsa
88 }
90 Plugin {
91 type = netstatus
92 Config {
93 iface = eth0
94 configtool = subox netbox
95 }
96 }
98 Plugin {
99 type = space
100 Config {
101 Size = 4
102 }
103 }
105 Plugin {
106 type = cpu
107 }
109 Plugin {
110 type = dclock
111 Config {
112 ClockFmt = %R
113 TooltipFmt = %A %x
114 Action = osmo &
115 BoldFont = 0
116 }
117 }