sts view lxpanel/sts/panels/panel @ rev 17

Add tint2 config
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 15 16:54:00 2014 +0200 (2014-05-15)
parents 185d34744e11
children
line source
1 # lxpanel <profile> config file. Manually editing is not recommended.
2 # Use preference dialog in lxpanel to adjust config when you can.
4 Global {
5 edge=top
6 allign=left
7 margin=0
8 widthtype=percent
9 width=100
10 height=32
11 transparent=1
12 tintcolor=#222222
13 alpha=255
14 autohide=0
15 heightwhenhidden=4
16 setdocktype=1
17 setpartialstrut=1
18 usefontcolor=1
19 fontsize=11
20 fontcolor=#ffffff
21 usefontsize=1
22 background=0
23 iconsize=32
24 loglevel=2
25 }
27 Plugin {
28 type = menu
29 Config {
30 image=/usr/share/pixmaps/slitaz-menu.png
31 system {
32 }
33 separator {
34 }
35 item {
36 image=exec
37 command=run
38 }
39 separator {
40 }
41 item {
42 image=logout
43 command=logout
44 }
45 }
46 }
48 Plugin {
49 type = space
50 Config {
51 Size=2
52 }
53 }
55 Plugin {
56 type = launchbar
57 Config {
58 Button {
59 id=/usr/share/applications/sts-kill.desktop
60 }
61 }
62 }
64 Plugin {
65 type = space
66 expand=1
67 Config {
68 Size=4
69 }
70 }
72 Plugin {
73 type = taskbar
74 Config {
75 tooltips=1
76 IconsOnly=1
77 ShowAllDesks=0
78 UseMouseWheel=0
79 UseUrgencyHint=1
80 FlatButton=1
81 MaxTaskWidth=200
82 spacing=0
83 GroupedTasks=1
84 }
85 }
87 Plugin {
88 type = space
89 expand=1
90 Config {
91 Size=2
92 }
93 }
95 Plugin {
96 type = tray
97 }
99 Plugin {
100 type = space
101 Config {
102 Size=4
103 }
104 }
106 Plugin {
107 type = netstatus
108 Config {
109 iface=wlan0
110 }
111 }