#!/bin/sh method=$(printf "clipboard\nfile\nboth" | dmenu -l 3) if test $method = "file"; then scrot --note "-f 'LiterationSans Nerd Font Book/11' -x 10 -y 20 -c 255,0,0,255 -t 'Hi'" -s ~/Pictures/screenshots/screenshot-%Y-%m-%d_$wx$h.png fi