Update to newest xlunch version supporting scrollbar indicator

pull/63/head
TomasM 2018-11-23 14:37:45 +00:00
parent da623a0390
commit 9d0477876d
2 changed files with 3 additions and 3 deletions

View File

@ -64,10 +64,10 @@ cp debian/$NAME/usr/bin/fluxbox /squashfs-root/usr/bin
# 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
tar -xf xlunch.tar.gz
cd xlunch-3.2.13
cd xlunch-4.0.1
make
cp xlunch /squashfs-root/usr/bin
cp extra/gentriesquick /squashfs-root/usr/bin/xlunch_genquick

View File

@ -2,7 +2,7 @@
COMMAND=$(
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 \
--voidclickterminate --iconpadding 40 --textpadding 10 \
--paddingswap --leastmargin 6 --hidemissing --iconsize 64 \