feat(niri): set Steelbore blue wallpaper with solid-navy fallback#16
Open
UnbreakableMJ wants to merge 1 commit into
Open
feat(niri): set Steelbore blue wallpaper with solid-navy fallback#16UnbreakableMJ wants to merge 1 commit into
UnbreakableMJ wants to merge 1 commit into
Conversation
Replace the startup `awww clear <voidNavy>` with `awww img` pointing at ~/Pictures/Wallpapers/Steelbore/Steelbore_wallpaper_blue.png. The wallpaper is a loose file (not Nix-managed), so the command falls back to the solid Void Navy fill if the file is ever missing. Verified live via `awww query` (eDP-1 displaying the image); config eval passes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sets the Niri desktop wallpaper to
~/Pictures/Wallpapers/Steelbore/Steelbore_wallpaper_blue.pngat session start, replacing the previous solid Void Navy fill.users/mj/home.nixNiri startup:awww clear <voidNavy>→awww img <path>.awww clear <voidNavy>if the file is missing — the desktop never ends up blank.Verification
nix evalof the toplevel — passes.awww-daemon;awww queryconfirmseDP-1is displaying the image.🤖 Generated with Claude Code