From 1ebccaccc3e440271bc99b2633dbf5e49a5be4bc Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Sun, 24 Apr 2022 18:50:48 +0200 Subject: [PATCH] grab util to put files in a an accessible place --- utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.sh b/utils.sh index 4061b05..09a3493 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'" + 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" }