# backporting legacy options
if [[ -n "$XLOCKMORE_BO" ]]; then
 persistent_add XLOCKMORE_OPTS &&
 list_add "XLOCKMORE_OPTS" "$XLOCKMORE_BO" &&

  persistent_remove XLOCKMORE_BO
fi &&

config_query_option XLOCKMORE_OPTS "Use only blank mode (boring)?" n \
                                   "--enable-blank-only" \
                                   "--disable-blank-only" &&

config_query_option XLOCKMORE_OPTS "Enable Xmb function series (otherwise will only display ASCII)?" y \
                                   "--enable-mb" \
                                   "--disable-mb"
