-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
Add support for gnome 42 dark mode #91
base: master
Are you sure you want to change the base?
Add support for gnome 42 dark mode #91
Conversation
Looks good, I would love to see it merged |
+1 for this. With more people using dark mode and Gnome dedicating a setting to it, this is a really good addition! |
Works but creates a file with $1 as name on Ubuntu 22.04. Removing the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd suggest to replace 2>$1
with 2>/dev/null
Otherwise an empty file called -c
might be generated.
Sorry for being way too late. Nice PR, can you resolve conflicts and reproduce it? |
@wmcmillian-coalmarch Are you able to resolve the conflict? |
This adds support for gnome 42's new dark mode. So that the wall paper changes even if it is in dark mode.