Update to newest xlunch version supporting scrollbar indicator
parent
da623a0390
commit
9d0477876d
|
|
@ -64,10 +64,10 @@ cp debian/$NAME/usr/bin/fluxbox /squashfs-root/usr/bin
|
||||||
|
|
||||||
|
|
||||||
# add xlunch from sources
|
# add xlunch from sources
|
||||||
wget -O /tmp/xlunch.tar.gz https://github.com/Tomas-M/xlunch/archive/v3.2.13.tar.gz
|
wget -O /tmp/xlunch.tar.gz https://github.com/Tomas-M/xlunch/archive/v4.0.1.tar.gz
|
||||||
cd /tmp
|
cd /tmp
|
||||||
tar -xf xlunch.tar.gz
|
tar -xf xlunch.tar.gz
|
||||||
cd xlunch-3.2.13
|
cd xlunch-4.0.1
|
||||||
make
|
make
|
||||||
cp xlunch /squashfs-root/usr/bin
|
cp xlunch /squashfs-root/usr/bin
|
||||||
cp extra/gentriesquick /squashfs-root/usr/bin/xlunch_genquick
|
cp extra/gentriesquick /squashfs-root/usr/bin/xlunch_genquick
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
COMMAND=$(
|
COMMAND=$(
|
||||||
xlunch_genquick 64 | \
|
xlunch_genquick 64 | \
|
||||||
xlunch --scroll --border 7% --sideborder 10% --borderratio 100 --sideborderratio 50 \
|
xlunch --border 7% --sideborder 10% --borderratio 100 --sideborderratio 50 \
|
||||||
--background /usr/share/wallpapers/slax_wallpaper.jpg --font DejaVuSans/11 \
|
--background /usr/share/wallpapers/slax_wallpaper.jpg --font DejaVuSans/11 \
|
||||||
--voidclickterminate --iconpadding 40 --textpadding 10 \
|
--voidclickterminate --iconpadding 40 --textpadding 10 \
|
||||||
--paddingswap --leastmargin 6 --hidemissing --iconsize 64 \
|
--paddingswap --leastmargin 6 --hidemissing --iconsize 64 \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue