diff --git a/.bin/sshot b/.bin/sshot index 740e09d..dfa0663 100755 --- a/.bin/sshot +++ b/.bin/sshot @@ -7,7 +7,7 @@ cleanup() { notify-send "sshot: Aborted..." } -_filename="scr-$(date "+%Y-%m-%d_%H-%M-%S")-sshot.png" +_filename="$(date "+%Y-%m-%d_%H-%M-%S")-sshot.png" _file_tmp="/tmp/${_filename}" _file_out="${HOME}/.screenshots/${_filename}"