master 0.9.4
Daniel Napora 2022-05-01 17:32:05 +02:00
parent b9ca38e78e
commit 02aab980f2
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
# Dependencies: jgmenu, xdotool, xcolor, gcolor3, gpick, pastel, xdg-utils, xclip, notify-send
# TODO export to .gpl (GIMP,Inkscape)
VERSION="0.9.3"
VERSION="0.9.4"
TEMP_DIR=/tmp/colormenu
ME=${0##*/}
@ -443,7 +443,7 @@ case $LANG in
;;
esac
#MENU_PADDING_TOP=${jgtools_padding:-24}
MENU_PADDING_TOP=$((jgtools_padding+12))
MENU_PADDING_TOP=$((jgtools_padding+24))
JGWIDTH="300"
ITEM_HALIGN="center"
jgmenu_icon_size=0
@ -470,7 +470,7 @@ while read -r color name;do
done < "$DATA_DIR/imagick.txt"
cat << EOF > ${MENU_ITEMS}
@search,,25,15,292,20,4,left,top,auto,#262626,"""<big></big> <i>$TYPE_TO_SEARCH</i>"""
@search,,$((jgtools_padding + 32)),$((jgtools_padding + 4)),292,20,4,left,top,auto,#262626,"""<big></big> <i>$TYPE_TO_SEARCH</i>"""
$(printf '%s\n' "${out[@]}")
EOF