# Application information if [ ! "${INFO_LOADED:-}" ]; then APP_NAME="nmf" APP_VERSION="0.1" APP_WEBSITE="https://git.indyfac.ch/amin/not-much-fuzz/" WINDOW_TITLE="📨 $APP_NAME | not much fuzz" export APP_NAME APP_VERSION APP_WEBSITE WINDOW_TITLE export INFO_LOADED=1 fi