Wallpaper and backdrop
Wallpaper
Section titled “Wallpaper”[wallpaper]enabled = truefill_mode = "crop" # center | crop | fit | stretch | repeatfill_color = "#111111" # optional fallback/fill color; image wallpapers take prioritytransition = ["fade", "wipe", "disc", "stripes", "zoom", "honeycomb"] # array of effects picked at random each transition # omit to use all effectstransition_duration = 1500 # millisecondsedge_smoothness = 0.3 # 0.0 – 1.0
# Directory browsed by the wallpaper picker paneldirectory = "/home/user/Wallpapers"# Optional per-mode directoriesdirectory_light = "/home/user/Wallpapers/Light"directory_dark = "/home/user/Wallpapers/Dark"
[wallpaper.automation]enabled = falseinterval_minutes = 30 # 0 = disable automationorder = "random" # random | alphabeticalrecursive = true # scan subdirectories when selecting random wallpapers
# Per-monitor overrides — same match rules as bar monitor overrides[wallpaper.monitor.DP-2]enabled = falsefill_color = "#202020"directory = "/home/user/Wallpapers/Vertical"directory_light = "/home/user/Wallpapers/Vertical/Light"directory_dark = "/home/user/Wallpapers/Vertical/Dark"The wallpaper picker panel lists images in directory as a grid of thumbnails. Selecting a monitor in the panel toolbar switches to that monitor’s override directory (falling back to the base directory). Clicking a tile writes the path to state.toml and applies it immediately. Picking a wallpaper while ALL is selected applies it to every connected output. Picking a solid color stores it as a wallpaper source path such as color:#FF00FF, so it uses the same transition shader pipeline as image wallpapers.
fill_color accepts hex colors (#RGB, #RGBA, #RRGGBB, #RRGGBBAA) or color role names such as surface and primary. It is used behind image wallpapers and in uncovered areas for center/fit.
Monitor overrides may also set fill_color.
When automation is enabled, Noctalia picks one image from directory on the configured interval and applies it to all connected outputs in sync.
order = "random" chooses a random image each cycle.
order = "alphabetical" sorts paths case-insensitively and advances to the next image each cycle (wrapping at the end).
Backdrop
Section titled “Backdrop”Renders a blurred and tinted copy of the current wallpaper as a layer-shell backdrop for compositor overview/backdrop modes (e.g. niri’s overview). Disabled by default.
To make the surface visible during niri overview, add a layer-rule to your niri config:
layer-rule { match namespace="^noctalia-backdrop" place-within-backdrop true}[backdrop]enabled = falseblur_intensity = 0.5 # 0.0 = no blur, 1.0 = maximum blurtint_intensity = 0.3 # 0.0 = no tint, 1.0 = fully opaque tintWhen enabled on a supported compositor, backdrop layer surfaces and wallpaper textures stay loaded in GPU memory for the lifetime of the shell. Noctalia renders the blurred/tinted backdrop at startup and reuses the cached result until the wallpaper, scale, or backdrop styling changes.
The tint color is palette.surface and is not currently configurable.