FileName="$(tr -dc 'a-zA-Z0-9' < /dev/urandom | fold -w 6 | head -n 1).png"
if [ "$@" = "clipboard" ]; then
xclip -out -selection clipboard -t image/png > "/tmp/${FileName}" 2>/dev/null
FileName="$(tr -dc 'a-zA-Z0-9' < /dev/urandom | fold -w 6 | head -n 1).png"
if [ "$@" = "clipboard" ]; then
xclip -out -selection clipboard -t image/png > "/tmp/${FileName}" 2>/dev/null