fetch: Separate scrot away from neofetch

This commit is contained in:
Salt 2018-07-14 16:21:22 -05:00
parent 60f54f5201
commit d83824e134

2
fetch
View File

@ -5,7 +5,7 @@ if [ `which neofetch` ]; then
--block_range 0 15\
--image wall\
--xoffset 4 --yoffset 4\
--scrot "$HOME/Pictures/Screenshots/neofetch-`date +%s`.png"
scrot "$HOME/Pictures/Screenshots/neofetch-`date +%s`.png"
else
prinf 'fetch: Neofetch is not installed; aborting\n'
fi