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

Use dark wallpaper in dark mode when available #1704

Closed
danirabbit opened this issue Jun 24, 2023 · 0 comments · Fixed by #1709
Closed

Use dark wallpaper in dark mode when available #1704

danirabbit opened this issue Jun 24, 2023 · 0 comments · Fixed by #1709
Labels
Status: Confirmed Verified by someone other than the reporter

Comments

@danirabbit
Copy link
Member

Problem

We currently only support a single wallpaper, but in dark mode folks might want to use a darker wallpaper that is better for dark environments, easier on the eyes, less contrasty, etc.

Proposal

There is a picture-uri-dark key in org.gnome.desktop.background. We should use that (if it isn't empty) when the system is in dark mode.

Currently use use picture-uri here:


background_settings.changed["picture-uri"].connect (update_accent_color);

Prior Art (Optional)

No response

@danirabbit danirabbit added Needs Design Waiting for input from the UX team and removed Needs Design Waiting for input from the UX team labels Jun 24, 2023
@lenemter lenemter added the Status: Confirmed Verified by someone other than the reporter label Jul 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Confirmed Verified by someone other than the reporter
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants