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
|
#!/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"
|
||||||
|
Loading…
Reference in New Issue
Block a user