diff --git a/system/.local/bin/screenshot b/system/.local/bin/screenshot index 3e14626..c35bb79 100755 --- a/system/.local/bin/screenshot +++ b/system/.local/bin/screenshot @@ -21,7 +21,7 @@ ACTIONS=( "2: Selection" ) -FILENAME="$(xdg-user-dir PICTURES)/screenshots/$(date +'%Y-%m-%dT%H%M%S').png" +FILENAME="$(xdg-user-dir PICTURES)/screenshots/$(date +"%Y-%m-%dT%H%M%S").png" SELECTION=$(printf '%s\n' "${ACTIONS[@]}" | fuzzel -dmenu -I| cut -d ":" -f1) case "${SELECTION}" in