Skip to content

Commit

Permalink
fetch: Fix an oops
Browse files Browse the repository at this point in the history
  • Loading branch information
rehashedsalt committed Jul 14, 2018
1 parent d83824e commit 470f4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 470f4ca

Please sign in to comment.