fixed pywal
This commit is contained in:
parent
18ee5a9081
commit
930833f176
5
styli.sh
5
styli.sh
@ -54,7 +54,6 @@ do
|
||||
p) pywal=1;;
|
||||
esac
|
||||
done
|
||||
|
||||
feh=(feh)
|
||||
if [ ! -z $bgtype ]; then
|
||||
if [ $bgtype == 'bg-center' ]; then
|
||||
@ -83,7 +82,7 @@ then
|
||||
reddit "$sub"
|
||||
feh+=(wallpaper.jpg)
|
||||
"${feh[@]}"
|
||||
if [ pywal==1 ]; then
|
||||
if [ $pywal -eq 1 ]; then
|
||||
wal -c
|
||||
wal -i wallpaper.jpg -n
|
||||
fi
|
||||
@ -100,7 +99,7 @@ else
|
||||
wget -q -O wallpaper $link
|
||||
feh+=(wallpaper)
|
||||
"${feh[@]}"
|
||||
if [ pywal==1 ]; then
|
||||
if [ $pywal -eq 1 ]; then
|
||||
wal -c
|
||||
wal -i wallpaper -n
|
||||
fi
|
||||
|
||||
BIN
wallpaper.jpg
Normal file
BIN
wallpaper.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 379 KiB |
Loading…
x
Reference in New Issue
Block a user