From 38008d20260625608b195a6660e301c8dcaa294d Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 12 Aug 2018 19:34:35 -0500 Subject: [PATCH] fetch: Clean up dependency check, unify tabs --- fetch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"