Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to make Blyr and Variety work together? #231

Open
webmastak opened this issue Oct 15, 2019 · 1 comment
Open

How to make Blyr and Variety work together? #231

webmastak opened this issue Oct 15, 2019 · 1 comment

Comments

@webmastak
Copy link

webmastak commented Oct 15, 2019

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?

@webmastak webmastak reopened this Oct 22, 2019
@peterlevi
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants