[bin] Fix quoting for wide / height of i3-screenshot

This commit is contained in:
Sebastian Schulze 2018-07-31 21:06:23 +02:00
parent 2d7b188ce2
commit c057131a8c
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
FOLDER="/home/bascht/Pictures/Screenshots/$(date +'%Y-%m')"
mkdir -p ${FOLDER}
escrotum "${FOLDER}/Screenshot-%Y-%m-%d-%H%M%S-$wx$h.png" $*
escrotum "${FOLDER}/Screenshot-%Y-%m-%d-%H%M%S-\$wx\$h.png" $*