diff --git a/fetch b/fetch index 45c19b8..b5bd6b0 100755 --- a/fetch +++ b/fetch @@ -1,8 +1,8 @@ #!/bin/sh -if [ `which neofetch` ]; then +if [ "`which neofetch > /dev/null 2>&1`" ]; then neofetch\ - --disable model resolution\ - --block_range 0 15\ + --disable model resolution\ + --block_range 0 15\ --image wall\ --xoffset 4 --yoffset 4 scrot "$HOME/Pictures/Screenshots/neofetch-`date +%s`.png"