1#! /usr/bin/bash 2 3ICON_DIRECTORY="~/.local/share/icons/dracula-dark/scalable/apps" 4 5LC=$(echo "${1,,}") 6 7echo "$ICON_DIRECTORY/$LC.svg"