parent
b9ca38e78e
commit
02aab980f2
|
@ -3,7 +3,7 @@
|
||||||
# Dependencies: jgmenu, xdotool, xcolor, gcolor3, gpick, pastel, xdg-utils, xclip, notify-send
|
# Dependencies: jgmenu, xdotool, xcolor, gcolor3, gpick, pastel, xdg-utils, xclip, notify-send
|
||||||
# TODO export to .gpl (GIMP,Inkscape)
|
# TODO export to .gpl (GIMP,Inkscape)
|
||||||
|
|
||||||
VERSION="0.9.3"
|
VERSION="0.9.4"
|
||||||
TEMP_DIR=/tmp/colormenu
|
TEMP_DIR=/tmp/colormenu
|
||||||
ME=${0##*/}
|
ME=${0##*/}
|
||||||
|
|
||||||
|
@ -443,7 +443,7 @@ case $LANG in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
#MENU_PADDING_TOP=${jgtools_padding:-24}
|
#MENU_PADDING_TOP=${jgtools_padding:-24}
|
||||||
MENU_PADDING_TOP=$((jgtools_padding+12))
|
MENU_PADDING_TOP=$((jgtools_padding+24))
|
||||||
JGWIDTH="300"
|
JGWIDTH="300"
|
||||||
ITEM_HALIGN="center"
|
ITEM_HALIGN="center"
|
||||||
jgmenu_icon_size=0
|
jgmenu_icon_size=0
|
||||||
|
@ -470,7 +470,7 @@ while read -r color name;do
|
||||||
done < "$DATA_DIR/imagick.txt"
|
done < "$DATA_DIR/imagick.txt"
|
||||||
|
|
||||||
cat << EOF > ${MENU_ITEMS}
|
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[@]}")
|
$(printf '%s\n' "${out[@]}")
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in New Issue