-
-
Notifications
You must be signed in to change notification settings - Fork 15.1k
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
nixos/gnome: set default wallpaper for dark mode as well #166096
Conversation
Looks like the backgrounds currently have different size of NixOS logos: https://gfycat.com/parchednimblearrowcrab Maybe we should just always use the dark one? Ideas @samueldr? |
4777ad8
to
621810d
Compare
The blue background has a same size but it looks slightly odd: nixos-gnome-background.mp4 |
This does not use the official logo and the backgrounds are different. I would like to have a consistent user experience across desktops. |
621810d
to
1378b58
Compare
GNOME 42 needs two wallpaper pictures – for the default (light) colour scheme and for the dark one. Because we are clearing out the paths in `gsettings-desktop-schemas` to prevent closure from bloating, we need to set them in the NixOS module. Since the wallpaper for the default colour scheme is dark, will relegate it to the dark colour scheme and switch to a light blue variant for the default colour scheme. That one has inverted roundel for the NixOS logo but it is the only light-ish background that has the logo of the same size and placing as the dark wallpaper.
1378b58
to
56d27ee
Compare
I have updated the commit message to make it clearer. But until we have better wallpaper set designed, the only other alternative is having the same picture for both light and dark colour schemes, which significantly decreases the cool factor. |
I can't blame you for using the wallpapers that are available. So OK for now! |
Description of changes
GNOME 42 needs two wallpaper pictures – for the default (light) colour scheme and for the dark one. Because we are clearing out the paths in
gsettings-desktop-schemas
to prevent closure from bloating, we need to set them in the NixOS module.Since the wallpaper for the default colour scheme is dark, will relegate it to the dark colour scheme and switch to a light blue variant for the default colour scheme. That one has inverted roundel for the NixOS logo but it is the only light-ish background that has the logo of the same size and placing as the dark wallpaper.
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes