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

Declarations
Type
Hyprpaper configuration value
Default
{ }
Example
{
  splash = false;

  wallpaper = [
    {
      monitor = "DP-3";
      path = "/share/wallpapers/buttons.png";
      fit_mode = "tile";
    }
    {
      monitor = "DP-1";
      path = "/share/wallpapers/cat_pacman.png";
    }
  ];
}