make default leastmargin a bit smaller so it fits three rows of icons in 1024x768 screens

pull/40/head
TomasM 2017-12-30 12:00:58 -05:00
parent 104a7384a1
commit 1c16b518ea
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ COMMAND=$(
xlunch --scroll \
--background /usr/share/wallpapers/slax_wallpaper.jpg --font DejaVuSans/11 \
--voidclickterminate --iconpadding 30 --textpadding 10 \
--paddingswap --leastmargin 10 --hidemissing --iconsize 64 \
--paddingswap --leastmargin 6 --hidemissing --iconsize 64 \
--highlight /usr/share/icons/hicolor/128x128/apps/xlunch_highlight.png \
--outputonly
)