Upload scripts
This commit is contained in:
parent
6e5095f3cf
commit
a54da6dbbe
15 changed files with 70 additions and 37 deletions
6
tbk.sh
6
tbk.sh
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue