# HG changeset patch # User Christophe Lincoln # Date 1302051107 -7200 # Node ID a310c324c0bfc7b23727b5f5467dca60eac997b5 # Parent dbee7d9a3ad7d96a31f806ed9610cbf307f12cd3 lxpanel: have latest settings (2 pan) and save space by rm xkb-flags diff -r dbee7d9a3ad7 -r a310c324c0bf lxpanel-extra/receipt --- a/lxpanel-extra/receipt Tue Apr 05 20:07:47 2011 +0000 +++ b/lxpanel-extra/receipt Wed Apr 06 02:51:47 2011 +0200 @@ -25,4 +25,6 @@ $fs/usr/share/lxpanel/images cp -a $_pkg/usr/share/lxpanel/images/*lock-*.png \ $fs/usr/share/lxpanel/images + cp -a $fs/usr/share/lxpanel/images/xkb-flags \ + $fs/usr/share/lxpanel/images } diff -r dbee7d9a3ad7 -r a310c324c0bf lxpanel/receipt --- a/lxpanel/receipt Tue Apr 05 20:07:47 2011 +0000 +++ b/lxpanel/receipt Wed Apr 06 02:51:47 2011 +0200 @@ -53,6 +53,7 @@ # Remove plugins --> lxpanel-extra rm $fs/usr/lib/lxpanel/plugins/kbled.so + rm -rf $fs/usr/share/lxpanel/images/xkb-flags # Move profile to /etc/lxpanel (/usr maybe read-only) and default config mkdir $fs/etc diff -r dbee7d9a3ad7 -r a310c324c0bf lxpanel/stuff/default/panels/bottom --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lxpanel/stuff/default/panels/bottom Wed Apr 06 02:51:47 2011 +0200 @@ -0,0 +1,60 @@ +# lxpanel 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=100 + height=24 + transparent=1 + tintcolor=#ffffff + alpha=20 + autohide=0 + heightwhenhidden=2 + setdocktype=0 + setpartialstrut=1 + usefontcolor=1 + fontcolor=#ffffff + background=0 + iconsize=24 +} + +Plugin { + type = pager +} + +Plugin { + type = space + Config { + Size=4 + } +} + +Plugin { + type = taskbar + expand=1 + Config { + tooltips=1 + IconsOnly=0 + ShowAllDesks=0 + UseMouseWheel=1 + UseUrgencyHint=1 + FlatButton=1 + MaxTaskWidth=200 + spacing=2 + GroupedTasks=1 + } +} + +Plugin { + type = dclock + Config { + ClockFmt=%R + TooltipFmt=%A %x + BoldFont=1 + IconOnly=0 + } +} + diff -r dbee7d9a3ad7 -r a310c324c0bf lxpanel/stuff/default/panels/panel --- a/lxpanel/stuff/default/panels/panel Tue Apr 05 20:07:47 2011 +0000 +++ b/lxpanel/stuff/default/panels/panel Wed Apr 06 02:51:47 2011 +0200 @@ -2,18 +2,18 @@ # Use preference dialog in lxpanel to adjust config when you can. Global { - edge=bottom + edge=top allign=center margin=0 widthtype=percent width=100 height=24 transparent=1 - tintcolor=#000000 - alpha=0 + tintcolor=#ffffff + alpha=20 autohide=0 heightwhenhidden=2 - setdocktype=1 + setdocktype=0 setpartialstrut=1 usefontcolor=1 fontcolor=#ffffff @@ -32,19 +32,20 @@ Plugin { type = menu Config { + name=SliTazMenu.directory image=/usr/share/pixmaps/slitaz-menu.png system { } separator { } item { - image=/usr/share/icons/SliTaz/16x16/actions/go-next.png + image=exec command=run } separator { } item { - image=/usr/share/pixmaps/logout.png + image=logout command=logout } } @@ -53,81 +54,63 @@ Plugin { type = space Config { + Size=2 + } +} + +Plugin { + type = launchbar + Config { + Button { + id=/usr/share/applications/pcmanfm.desktop + } + Button { + id=/usr/share/applications/leafpad.desktop + } + } +} + +Plugin { + type = space + Config { + Size=2 + } +} + +Plugin { + type = space + expand=1 + Config { + Size=2 + } +} + +Plugin { + type = tray +} + +Plugin { + type = space + Config { Size=4 } } Plugin { - type = launchbar - Config { - Button { - id=xterm.desktop - } - Button { - id=pcmanfm.desktop - } - Button { - id=midori.desktop - } - } -} - -Plugin { - type = pager -} - -Plugin { - type = wincmd - Config { - image=window-manager - Button1=iconify - Button2=shade - Toggle=0 - } -} - -Plugin { - type = taskbar - expand=1 - Config { - tooltips=1 - IconsOnly=0 - ShowAllDesks=0 - UseMouseWheel=1 - UseUrgencyHint=1 - FlatButton=1 - MaxTaskWidth=200 - spacing=1 - GroupedTasks=0 - } -} - -Plugin { - type = space - Config { - Size=4 - } -} - -Plugin { - type = tray -} - -Plugin { type = volumealsa } Plugin { type = space Config { - Size=4 + Size=8 } } Plugin { type = netstatus Config { - iface=eth0 + iface=wlan0 configtool=subox netbox %i } } @@ -166,22 +149,3 @@ } } -Plugin { - type = launchbar - Config { - Button { - id=tazctrlbox.desktop - } - Button { - id=tazpkgbox.desktop - } - } -} - -Plugin { - type = dclock - Config { - BoldFont=0 - IconOnly=0 - } -}