diff options
author | Michael Wagner <lapinours@web.de> | 2010-09-20 20:25:50 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-09-21 22:09:43 -0500 |
commit | 45004f6b09a941c80958701e2a1f03ab434e183f (patch) | |
tree | 7ee7cc2cd5304b0db441c176fba8ae609695e3c4 /desktop/lxpanel/panel.patch | |
parent | 8b25516d25a9922407e92eb47a4def235f7591fd (diff) | |
download | slackbuilds-45004f6b09a941c80958701e2a1f03ab434e183f.tar.gz |
desktop/lxpanel: Updated for version 0.5.6.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'desktop/lxpanel/panel.patch')
-rw-r--r-- | desktop/lxpanel/panel.patch | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/desktop/lxpanel/panel.patch b/desktop/lxpanel/panel.patch new file mode 100644 index 0000000000..60bc0f113f --- /dev/null +++ b/desktop/lxpanel/panel.patch @@ -0,0 +1,101 @@ +--- usr/share/lxpanel/profile/default/panels/panel.orig 2010-08-19 00:16:51.000000000 +0200 ++++ usr/share/lxpanel/profile/default/panels/panel 2010-08-18 23:58:42.239083001 +0200 +@@ -3,10 +3,10 @@ + + Global { + edge=bottom +- allign=left ++ allign=center + margin=0 + widthtype=percent +- width=100 ++ width=95 + height=26 + transparent=0 + tintcolor=#000000 +@@ -53,10 +53,13 @@ + id=pcmanfm.desktop + } + Button { +- id=gnome-terminal.desktop ++ id=mozilla-firefox.desktop + } + Button { +- id=firefox.desktop ++ id=mozilla-thunderbird.desktop ++ } ++ Button { ++ id=lxterminal.desktop + } + } + } +@@ -113,11 +116,44 @@ + } + + 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 = tray ++ type = space ++ Config { ++ Size=4 ++ } ++} ++ ++Plugin { ++ type = cpufreq + } + + Plugin { +@@ -126,6 +162,23 @@ + ClockFmt=%R + TooltipFmt=%A %x + BoldFont=0 ++ IconOnly=0 ++ } ++} ++ ++Plugin { ++ type = space ++ Config { ++ Size=4 ++ } ++} ++ ++Plugin { ++ type = launchbar ++ Config { ++ Button { ++ id=lxde-logout.desktop ++ } + } + } + |