Upload scripts

This commit is contained in:
Samuel Webb 2025-01-07 17:57:17 -05:00
parent 6e5095f3cf
commit a54da6dbbe
15 changed files with 70 additions and 37 deletions

6
tbk.sh
View file

@ -1,5 +1,5 @@
#!/bin/bash
num=$(ls ~/Pictures/Screenshots | wc -l)
imlib2_grab ~/Pictures/Screenshots/Screenshot${num}.jpg
herbe "Screenshot #${num} saved"
num=$(date +%m.%d.%y.%T)
imlib2_grab ~/Pictures/Screenshots/${num}.jpg
notify-send "Screenshot ${num} saved"