From 470f4ca6144136d952fdb09e04d0cbe5991392a5 Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 14 Jul 2018 16:23:06 -0500 Subject: [PATCH] fetch: Fix an oops --- fetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch b/fetch index 3698024..45c19b8 100755 --- a/fetch +++ b/fetch @@ -4,7 +4,7 @@ if [ `which neofetch` ]; then --disable model resolution\ --block_range 0 15\ --image wall\ - --xoffset 4 --yoffset 4\ + --xoffset 4 --yoffset 4 scrot "$HOME/Pictures/Screenshots/neofetch-`date +%s`.png" else prinf 'fetch: Neofetch is not installed; aborting\n'