diff --git a/utils.sh b/utils.sh index 09a3493..9ce7bb3 100644 --- a/utils.sh +++ b/utils.sh @@ -32,7 +32,7 @@ grab (){ NOTE="$grab_no $@" #echo $@ ((grab_no++)) - scrot --note "-f '/usr/share/fonts/noto/NotoSansMono-Medium.ttf/40' -c 255,0,0,255 -t '$NOTE'" "/opt/static/${date -Iminutes}.png" + scrot --note "-f '/usr/share/fonts/noto/NotoSansMono-Medium.ttf/40' -c 255,0,0,255 -t '$NOTE'" "/opt/static/$(date -Iminutes).png" #echo "not grabbing" }