Use newest xlunch version with auto border support
parent
6ad156bf96
commit
d292f63882
|
|
@ -47,10 +47,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.1.2.tar.gz
|
wget -O /tmp/xlunch.tar.gz https://github.com/Tomas-M/xlunch/archive/v3.1.3.tar.gz
|
||||||
cd /tmp
|
cd /tmp
|
||||||
tar -xf xlunch.tar.gz
|
tar -xf xlunch.tar.gz
|
||||||
cd xlunch-3.1.2
|
cd xlunch-3.1.3
|
||||||
make
|
make
|
||||||
cp xlunch /squashfs-root/usr/bin
|
cp xlunch /squashfs-root/usr/bin
|
||||||
mkdir -p /squashfs-root/usr/share/icons/hicolor/48x48/apps/
|
mkdir -p /squashfs-root/usr/share/icons/hicolor/48x48/apps/
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
COMMAND=$(
|
COMMAND=$(
|
||||||
xlunch --input /etc/xlunch/logout.dsv --noprompt --center --columns 3 --rows 1 \
|
xlunch --input /etc/xlunch/logout.dsv --noprompt --border auto --columns 3 --rows 1 \
|
||||||
--background /usr/share/wallpapers/slax_wallpaper.jpg --font DejaVuSans/11 \
|
--background /usr/share/wallpapers/slax_wallpaper.jpg --font DejaVuSans/11 \
|
||||||
--voidclickterminate --iconpadding 30 --textpadding 10 \
|
--voidclickterminate --iconpadding 30 --textpadding 10 \
|
||||||
--paddingswap --leastmargin 10 --hidemissing --iconsize 128 \
|
--paddingswap --leastmargin 10 --hidemissing --iconsize 128 \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue