Skip to content

feat(niri): set Steelbore blue wallpaper with solid-navy fallback#16

Open
UnbreakableMJ wants to merge 1 commit into
mainfrom
feat/niri-wallpaper
Open

feat(niri): set Steelbore blue wallpaper with solid-navy fallback#16
UnbreakableMJ wants to merge 1 commit into
mainfrom
feat/niri-wallpaper

Conversation

@UnbreakableMJ

Copy link
Copy Markdown
Contributor

Sets the Niri desktop wallpaper to ~/Pictures/Wallpapers/Steelbore/Steelbore_wallpaper_blue.png at session start, replacing the previous solid Void Navy fill.

  • users/mj/home.nix Niri startup: awww clear <voidNavy>awww img <path>.
  • The wallpaper is a loose file (not Nix-managed), so the command falls back to awww clear <voidNavy> if the file is missing — the desktop never ends up blank.

Verification

  • nix eval of the toplevel — passes.
  • Set live via the running awww-daemon; awww query confirms eDP-1 is displaying the image.

🤖 Generated with Claude Code

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant