services.hyprpaper.settings

Home-Manager option

hyprpaper configuration written in Nix. Entries with the same key should be written as lists. Variables’ and colors’ names should be quoted. See https://wiki.hypr.land/Hypr-Ecosystem/hyprpaper/ for more examples.

type: Hyprpaper configuration value
Default
{ }
Example
{ ipc = "on"; splash = false; splash_offset = 2.0; preload = [ "/share/wallpapers/buttons.png" "/share/wallpapers/cat_pacman.png" ]; wallpaper = [ "DP-3,/share/wallpapers/buttons.png" "DP-1,/share/wallpapers/cat_pacman.png" ]; }
declared in: <home-manager/modules/services/hyprpaper.nix>source unavailable