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\ --disable model resolution\
--block_range 0 15\ --block_range 0 15\
--image wall\ --image wall\
--xoffset 4 --yoffset 4\ --xoffset 4 --yoffset 4
scrot "$HOME/Pictures/Screenshots/neofetch-`date +%s`.png" scrot "$HOME/Pictures/Screenshots/neofetch-`date +%s`.png"
else else
prinf 'fetch: Neofetch is not installed; aborting\n' prinf 'fetch: Neofetch is not installed; aborting\n'