fetch: Clean up dependency check, unify tabs

This commit is contained in:
Salt 2018-08-12 19:34:35 -05:00
parent a307346be0
commit 38008d2026

6
fetch
View File

@ -1,8 +1,8 @@
#!/bin/sh #!/bin/sh
if [ `which neofetch` ]; then if [ "`which neofetch > /dev/null 2>&1`" ]; then
neofetch\ neofetch\
--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"