wok rev 15699

wbar2:Fix config + add menu
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Dec 21 22:48:29 2013 +0100 (2013-12-21)
parents 59e18fea0fd0
children b53990c3b193
files wbar2/receipt wbar2/stuff/wbar.cfg
line diff
     1.1 --- a/wbar2/receipt	Sat Dec 21 18:55:52 2013 +0100
     1.2 +++ b/wbar2/receipt	Sat Dec 21 22:48:29 2013 +0100
     1.3 @@ -28,11 +28,13 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr/share
     1.8 +	mkdir -p $fs/usr/share $fs/usr/share/applications
     1.9  	
    1.10  	cp -a $install/usr/bin $fs/usr
    1.11  	cp -a $install/etc $fs/
    1.12  	cp -a $stuff/wbar.cfg $fs/etc/wbar.d
    1.13  	cp -a $install/usr/share/pixmaps $fs/usr/share
    1.14  	cp -a $install/usr/share/wbar $fs/usr/share
    1.15 +	
    1.16 +	mv $fs/etc/wbar.d/wbar.desktop $fs/usr/share/applications
    1.17  }
     2.1 --- a/wbar2/stuff/wbar.cfg	Sat Dec 21 18:55:52 2013 +0100
     2.2 +++ b/wbar2/stuff/wbar.cfg	Sat Dec 21 22:48:29 2013 +0100
     2.3 @@ -1,4 +1,4 @@
     2.4 -i: /usr/share/pixmaps/wbar/dock.png
     2.5 +adzi: /usr/share/pixmaps/wbar/dock.png
     2.6  c: wbar --bpress --above-desk --pos bottom --isize 32 --idist 12 --nanim 3 --zoomf 1.8 --jumpf 1.00 --balfa 0 --falfa 100 --nofont
     2.7  t: /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Bold/10
     2.8  
     2.9 @@ -10,11 +10,11 @@
    2.10  c: tazweb http://tazpanel:82/
    2.11  t: SliTaz Panel
    2.12  
    2.13 -i: /usr/share/pixmaps/midori.png
    2.14 +i: /usr/share/icons/32x32/apps/midori.png
    2.15  c: midori %u
    2.16  t: Web Browser
    2.17  
    2.18 -i: /usr/share/pixmaps/sakura.png
    2.19 +i: /usr/share/pixmaps/terminal-tango.png
    2.20  c: sakura
    2.21  t: Terminal emulator
    2.22