u/Slow_Cattle_5464

[OC] I made a minimal fuzzel-based wallpaper picker that works on any WM fuzz-wall
▲ 21 r/archlinux+4 crossposts

[OC] I made a minimal fuzzel-based wallpaper picker that works on any WM fuzz-wall

Hey everyone,

I wrote a small POSIX shell script called fuzz-wall that lets you pick wallpapers interactively using fuzzel's dmenu mode. I wanted something dead simple that worked regardless of which WM or wallpaper setter I was using, so I built it.

What it does

You run fuzz-wall, fuzzel opens with a list of your wallpapers, you pick one, it gets applied. ESC to exit. No config file, no GUI, no bloat.

Supported wallpaper setters

- swaybg (Sway)

- swww (Hyprland, with fade transitions)

- hyprpaper (Hyprland)

- feh (i3, bspwm, dwm)

- nitrogen (openbox, bspwm)

- xwallpaper (general purpose)

The script auto-detects which one you have installed. On Wayland it prefers Wayland-native setters, on X11 it falls back to X11 setters.

Configuration

There is only one option, the wallpaper directory. It defaults to ~/Pictures/wallpapers and can be overridden:

FUZZ_WALL_DIR=~/Pictures/walls fuzz-wall

You can bind it to a key in your WM config:

# Hyprland

bind = $mod, W, exec, fuzz-wall

# Sway

bindsym $mod+w exec fuzz-wall

# i3

bindsym $mod+w exec fuzz-wall

Install

It is on the AUR:

```paru -S fuzz-wall

yay -S fuzz-wall```

Or clone manually and copy to ~/.local/bin.

Source: https://github.com/youngcoder45/fuzz-wall

AUR: https://aur.archlinux.org/packages/fuzz-wall

This is my first AUR package. Happy to hear feedback, bug reports, or suggestions for new wallpaper setters to support. If your WM or setter is not listed, open an issue and I will add it.

u/Slow_Cattle_5464 — 4 days ago
▲ 32 r/niri

I Riced Niri on Arch and It's Actually Perfect?

SETUP DETAILS
Distro : Arch Linux
WM : Niri (Scrollable Tiling Wayland Compositor)
Theme : Custom mix of multiple themes
Bar : Waybar Terminal : Alacritty (main) / Kitty (backup)
Font : FiraCode Nerd Font
Colorscheme : Catppuccin Mocha

DOTFILES

https://github.com/youngcoder45/New-Niri-minimal-dots

Note: Dotfiles don't include the updated Waybar config and Niri blur yet — will push those changes soon. Stay tuned.

youtube.com
u/Slow_Cattle_5464 — 7 days ago