slitaz-configs view sts/lxpanel/sts/panels/panel @ rev 205

Add SliTaz Tiny/Touch Screen configs files and utils
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 11 00:51:33 2014 +0200 (2014-04-11)
parents
children 610ab2fca365
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=center
7 margin=0
8 widthtype=percent
9 width=100
10 height=26
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=26
24 loglevel=2
25 }
27 Plugin {
28 type = space
29 Config {
30 Size=4
31 }
32 }
34 Plugin {
35 type = menu
36 Config {
37 image=/usr/share/pixmaps/slitaz-menu.png
38 system {
39 }
40 separator {
41 }
42 item {
43 image=exec
44 command=run
45 }
46 separator {
47 }
48 item {
49 image=logout
50 command=logout
51 }
52 }
53 }
55 Plugin {
56 type = space
57 Config {
58 Size=6
59 }
60 }
62 Plugin {
63 type = space
64 Config {
65 Size=2
66 }
67 }
69 Plugin {
70 type = taskbar
71 expand=1
72 Config {
73 tooltips=1
74 IconsOnly=1
75 ShowAllDesks=0
76 UseMouseWheel=0
77 UseUrgencyHint=1
78 FlatButton=1
79 MaxTaskWidth=200
80 spacing=4
81 GroupedTasks=1
82 }
83 }
85 Plugin {
86 type = tray
87 }
89 Plugin {
90 type = space
91 Config {
92 Size=4
93 }
94 }
96 Plugin {
97 type = volumealsa
98 }
100 Plugin {
101 type = space
102 Config {
103 Size=4
104 }
105 }
107 Plugin {
108 type = dclock
109 Config {
110 ClockFmt=%R
111 TooltipFmt=%A %x
112 BoldFont=1
113 IconOnly=0
114 CenterText=0
115 }
116 }