Always show Pick color...

master 0.1.2
Daniel Napora 2021-10-09 15:35:06 +02:00
parent 0acb24efa8
commit fcef5dc8b3
1 changed files with 2 additions and 1 deletions

View File

@ -253,6 +253,7 @@ mkconfigfile
trap "rm -f ${CONFIG_FILE} ${MENU_ITEMS}" EXIT trap "rm -f ${CONFIG_FILE} ${MENU_ITEMS}" EXIT
out+=("^sep(<span bgcolor='#800000'> </span><span fgcolor='#800000' bgcolor='#FABD2F'> mbx </span><span fgcolor='#FABD2F' bgcolor='#800000'> colors </span><span bgcolor='#FABD2F'> </span> <sup><span font_weight='light'>[$action $format]</span></sup>)") out+=("^sep(<span bgcolor='#800000'> </span><span fgcolor='#800000' bgcolor='#FABD2F'> mbx </span><span fgcolor='#FABD2F' bgcolor='#800000'> colors </span><span bgcolor='#FABD2F'> </span> <sup><span font_weight='light'>[$action $format]</span></sup>)")
out+=("<b>Pick</b> color from screen...,$ME pickcolor")
# exposed thing # exposed thing
case "$expose" in case "$expose" in
used) used)
@ -289,7 +290,7 @@ case "$expose" in
out+=("<tt><span bgcolor='$color' fgcolor='$fg'><sub> </sub>$color<sup>$name</sup></span></tt>,$ME getcolorcode '$color'") out+=("<tt><span bgcolor='$color' fgcolor='$fg'><sub> </sub>$color<sup>$name</sup></span></tt>,$ME getcolorcode '$color'")
done < <(grep ^# $RECENT) done < <(grep ^# $RECENT)
out+=("^sep()") out+=("^sep()")
out+=("<b>Pick</b> color from screen...,$ME pickcolor")
out+=("<b>New palette</b> from recently picked,$ME recent2palette;$ME") out+=("<b>New palette</b> from recently picked,$ME recent2palette;$ME")
out+=("<b>Clear</b> recently picked,echo > $RECENT;$ME") out+=("<b>Clear</b> recently picked,echo > $RECENT;$ME")
;; ;;