diff options
author | ponce <matteo.bernardini@gmail.com> | 2011-12-27 01:47:27 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-12-27 10:15:25 -0600 |
commit | de24c459de25d0d58acabcf0a533715cb029a7db (patch) | |
tree | 49de3534005cd14c0a81f740c761b9f6b1e8bd00 /desktop/lxpanel/config | |
parent | 94119c9b6c41bd710f5dea8c85235c2b97a3fb96 (diff) | |
download | slackbuilds-de24c459de25d0d58acabcf0a533715cb029a7db.tar.gz |
desktop/lxpanel: Updated for version 20111223_ef3cf14
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'desktop/lxpanel/config')
-rw-r--r-- | desktop/lxpanel/config/config | 4 | ||||
-rw-r--r-- | desktop/lxpanel/config/panel | 184 |
2 files changed, 188 insertions, 0 deletions
diff --git a/desktop/lxpanel/config/config b/desktop/lxpanel/config/config new file mode 100644 index 0000000000..f3ba910d89 --- /dev/null +++ b/desktop/lxpanel/config/config @@ -0,0 +1,4 @@ +[Command] +FileManager=pcmanfm %s +Terminal=lxterminal -e %s +Logout=lxde-logout diff --git a/desktop/lxpanel/config/panel b/desktop/lxpanel/config/panel new file mode 100644 index 0000000000..e81e5e5779 --- /dev/null +++ b/desktop/lxpanel/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 + } + } +} + |