wok view openbox/stuff/lxpanel.config @ rev 501

Up: syslinux syslinux-extra 3.62
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 26 07:22:04 2008 +0000 (2008-03-26)
parents 6bb4c6833b9a
children
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 = left
6 margin = 0
7 widthtype = percent
8 width = 100
9 height = 26
10 transparent = false
11 tintcolor = #000000
12 alpha = 119
13 setdocktype = true
14 setpartialstrut = true
15 useFontColor = true
16 FontColor = #222222
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 = 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 = 4
101 }
102 }
104 Plugin {
105 type = taskbar
106 expand = true
107 Config {
108 tooltips = true
109 IconsOnly = false
110 AcceptSkipPager = true
111 ShowIconified = true
112 ShowMapped = true
113 ShowAllDesks = false
114 UseMouseWheel = true
115 UseUrgencyHint = true
116 MaxTaskWidth = 150
117 spacing = 1
118 }
119 }
121 Plugin {
122 type = tray
123 }
125 Plugin {
126 type = volumealsa
127 }
129 Plugin {
130 type = netstatus
131 Config {
132 iface = eth0
133 configtool = subox netbox
134 }
135 }
137 Plugin {
138 type = space
139 Config {
140 Size = 4
141 }
142 }
144 Plugin {
145 type = cpu
146 }
148 Plugin {
149 type = dclock
150 Config {
151 ClockFmt = %R
152 TooltipFmt = %A %x
153 Action = osmo &
154 BoldFont = 0
155 }
156 }