mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-03 16:51:29 +00:00
Oops
This commit is contained in:
4
fetch.sh
4
fetch.sh
@@ -433,8 +433,8 @@ if [ $images == "on" ]; then
|
|||||||
|
|
||||||
# If wall=on, Get image to display from current wallpaper.
|
# If wall=on, Get image to display from current wallpaper.
|
||||||
# (only works with feh)
|
# (only works with feh)
|
||||||
# [ $wall == "on" ] && \
|
[ $wall == "on" ] && \
|
||||||
# img=$(awk '/feh/ {printf $3}' "$HOME/.fehbg" | sed -e "s/'//g")
|
img=$(awk '/feh/ {printf $3}' "$HOME/.fehbg" | sed -e "s/'//g")
|
||||||
|
|
||||||
# Get name of image and prefix it with it's crop offset
|
# Get name of image and prefix it with it's crop offset
|
||||||
imgname="$crop_offset-${img##*/}"
|
imgname="$crop_offset-${img##*/}"
|
||||||
|
Reference in New Issue
Block a user