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
if [ `which neofetch` ]; then
if [ "`which neofetch > /dev/null 2>&1`" ]; then
neofetch\
--disable model resolution\
--block_range 0 15\
--disable model resolution\
--block_range 0 15\
--image wall\
--xoffset 4 --yoffset 4
scrot "$HOME/Pictures/Screenshots/neofetch-`date +%s`.png"