fetch: Sleep before screeny

This commit is contained in:
Salt 2018-12-05 00:03:55 -06:00
parent 77c254531a
commit 70e74bf4c5
1 changed files with 1 additions and 0 deletions

1
fetch
View File

@ -2,6 +2,7 @@
name="$(basename "$0" .sh)"
if command -v neofetch > /dev/null 2>&1; then
neofetch
sleep 3
scrot "$HOME/Pictures/Screenshots/neofetch-$(date +%s).png"
else
# shellcheck disable=1117