fetch: Fix an oops

This commit is contained in:
Salt 2018-07-14 16:23:06 -05:00
parent d83824e134
commit 470f4ca614

2
fetch
View File

@ -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'