diff --git a/fetch b/fetch index 9fa9f9f..3698024 100755 --- a/fetch +++ b/fetch @@ -5,7 +5,7 @@ if [ `which neofetch` ]; then --block_range 0 15\ --image wall\ --xoffset 4 --yoffset 4\ - --scrot "$HOME/Pictures/Screenshots/neofetch-`date +%s`.png" + scrot "$HOME/Pictures/Screenshots/neofetch-`date +%s`.png" else prinf 'fetch: Neofetch is not installed; aborting\n' fi