MyNixOS website logo

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.hyprland.org/Hypr-Ecosystem/hyprpaper/ for more examples.

Declarations
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"
  ];
}