updated
This commit is contained in:
parent
9f8ac8a84e
commit
a3815591c5
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Screenshot directory
|
# Screenshot directory
|
||||||
screenshot_directory="$HOME/Pictures/Screenshots"
|
screenshot_directory="$HOME/Pictures/Screenshots"
|
||||||
|
mkdir -p $screenshot_directory
|
||||||
|
|
||||||
countdown() {
|
countdown() {
|
||||||
notify-send "Screenshot" "Executing in 3 seconds" -t 1000
|
notify-send "Screenshot" "Executing in 3 seconds" -t 1000
|
||||||
|
|
Loading…
Reference in a new issue