diff options
author | ponce <matteo.bernardini@gmail.com> | 2011-12-27 01:29:52 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-12-27 10:15:24 -0600 |
commit | 63bd729f5fdb32d282efe72db4e88e7dbb852f33 (patch) | |
tree | 00e5f02d132d260c9bebfbe1a1f0d796576a8ce8 /desktop/lxde-common/config/panel | |
parent | 9ed05e95642787e30aba0b69f01425588f9dceb8 (diff) |
desktop/lxde-common: Updated for version 0.5.5
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'desktop/lxde-common/config/panel')
-rw-r--r-- | desktop/lxde-common/config/panel | 184 |
1 files changed, 184 insertions, 0 deletions
diff --git a/desktop/lxde-common/config/panel b/desktop/lxde-common/config/panel new file mode 100644 index 0000000000000..e81e5e5779b07 --- /dev/null +++ b/desktop/lxde-common/config/panel @@ -0,0 +1,184 @@ +# lxpanel <profile> config file. Manually editing is not recommended. +# Use preference dialog in lxpanel to adjust config when you can. + +Global { + edge=bottom + allign=center + margin=0 + widthtype=percent + width=95 + height=26 + transparent=0 + tintcolor=#000000 + alpha=0 + setdocktype=1 + setpartialstrut=1 + usefontcolor=1 + fontcolor=#ffffff + background=1 + backgroundfile=/usr/share/lxpanel/images/background.png +} + +Plugin { + type = space + Config { + Size=2 + } +} + +Plugin { + type = menu + Config { + image=/usr/share/lxpanel/images/my-computer.png + system { + } + separator { + } + item { + command=run + } + separator { + } + item { + image=gnome-logout + command=logout + } + } +} + +Plugin { + type = launchbar + Config { + Button { + id=pcmanfm.desktop + } + Button { + id=mozilla-firefox.desktop + } + Button { + id=mozilla-thunderbird.desktop + } + Button { + id=lxterminal.desktop + } + } +} + +Plugin { + type = space + Config { + Size=4 + } +} + +Plugin { + type = wincmd + Config { + Button1=iconify + Button2=shade + } +} + +Plugin { + type = space + Config { + Size=4 + } +} + +Plugin { + type = wnckpager +} + +Plugin { + type = space + Config { + Size=4 + } +} + +Plugin { + type = taskbar + expand=1 + Config { + tooltips=1 + IconsOnly=0 + AcceptSkipPager=1 + ShowIconified=1 + ShowMapped=1 + ShowAllDesks=0 + UseMouseWheel=1 + UseUrgencyHint=1 + FlatButton=0 + MaxTaskWidth=150 + spacing=1 + } +} + +Plugin { + type = volumealsa +} + +Plugin { + type = space + Config { + Size=4 + } +} + +Plugin { + type = netstatus + Config { + iface=eth0 + configtool=network-admin --configure %i + } +} + +Plugin { + type = space + Config { + Size=4 + } +} + +Plugin { + type = cpu +} + +Plugin { + type = space + Config { + Size=4 + } +} + +Plugin { + type = cpufreq +} + +Plugin { + type = dclock + Config { + ClockFmt=%R + TooltipFmt=%A %x + BoldFont=0 + IconOnly=0 + } +} + +Plugin { + type = space + Config { + Size=4 + } +} + +Plugin { + type = launchbar + Config { + Button { + id=lxde-logout.desktop + } + } +} + |