ghostlexly / gpu-video-wallpaper

Use your GPU for rendering low CPU usage video animated wallpaper.
MIT License
165 stars 12 forks source link

environmental variable $HOME for home dir #31

Closed root2185 closed 1 year ago

root2185 commented 1 year ago

The script uses: confdir="/home/$USER/.config/video-wallpaper" But sometimes it is not there, e.g. in my case it would be /$USER/.config/video-wallpaper. Can you use $HOME instead? confdir="$HOME/.config/video-wallpaper"

ghostlexly commented 1 year ago

I'll make a commit. Thanks for the suggestion.