dylanaraps / pywal

🎨 Generate and change color-schemes on the fly.
MIT License
8.23k stars 313 forks source link

Not generating theme when used with symlinks #586

Open Chaitanyabsprip opened 3 years ago

Chaitanyabsprip commented 3 years ago
ln -sf (find /home/chaitanya/Pictures/ -type f \( -name "*.png" -or -name "*.jpg" -or -name "*.jpeg" \)| shuf -n1) $HOME/.wallpaper wal -i (readlink $HOME/.wallpaper)

Tried making it work like this but even thought the wallpaper was changing the terminal colors were not updating and it was not generating a theme/color pallete. then I tried it with readlink $HOME/.wallpaper and it worked