adi1090x / dynamic-wallpaper

A simple bash script to set wallpapers according to current time, using cron job scheduler.
GNU General Public License v3.0
1.88k stars 115 forks source link

Wallpaper not changing after Pop OS upgrade #92

Closed GabrielN11 closed 2 years ago

GabrielN11 commented 2 years ago

echo $DESKTOP_SESSION pop

BrendanParmer commented 2 years ago

I think it has to do with GNOME's new setting to switch wallpapers based on light or dark mode. If you're using dark mode, you can modify the dwall.sh script, changing line 131 from SETTER="gsettings set org.gnome.desktop.background picture-uri" to SETTER="gsettings set org.gnome.desktop.background picture-uri-dark"

GabrielN11 commented 2 years ago

Hey, thanks for your answer. I reinstalled dwall and changed the line like you said and it works now, Thank you again :)

lucas-bernardino commented 9 months ago

I was having the same issue. I changed the dwall.sh, installed it again but got a new error. So I changed back to the original script and installed it again and now suddenly it works perfectly. Thanks nevertheless.