You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hm, Variety uses the standard Gnome mechanism for changing the wallpaper, including when updating the clock. It does not do anything "magical" in this aspect.
Here is the relevant code in the set_wallpaper script:
# Gnome 3, Unity
gsettings set org.gnome.desktop.background picture-uri "file://$WP" 2> /dev/null
if [ "$(gsettings get org.gnome.desktop.background picture-options)" == "'none'" ]; then
gsettings set org.gnome.desktop.background picture-options 'zoom'
fi
I don't know how Blyr works, but I imagine it needs to be listening for changed events to settings and reacting to those, and I assume these would be triggered normally by the commands above, but I have not tested this.
Version of Variety
Variety 0.7.2
OS: Manjaro 18.1.0 Juhraya
DE: GNOME 3.32.2
Changing the time at the clock of the program Variety every minute there is a change of the desktop image and blur is reset if you are in a review.
How to make Blyr and Variety work together?
The text was updated successfully, but these errors were encountered: