fetch: Clean up dependency check, unify tabs
This commit is contained in:
parent
a307346be0
commit
38008d2026
6
fetch
6
fetch
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user