diff --git a/options.html b/options.html index 16e597afb..3d9b3afb4 100644 --- a/options.html +++ b/options.html @@ -11067,6 +11067,33 @@ null or string

Default: ''

Declared by:

<home-manager/modules/programs/wofi.nix> +
programs.wpaperd.enable

Whether to enable wpaperd.

Type: +boolean

Default: +false

Example: +true

Declared by:

+<home-manager/modules/programs/wpaperd.nix> +
programs.wpaperd.package

The wpaperd package to use.

Type: +package

Default: +pkgs.wpaperd

Declared by:

+<home-manager/modules/programs/wpaperd.nix> +
programs.wpaperd.settings

Configuration written to +$XDG_CONFIG_HOME/wpaperd/wallpaper.toml. +See https://github.com/danyspin97/wpaperd#wallpaper-configuration +for the full list of options.

Type: +TOML value

Default: +{ }

Example:

{
+  eDP-1 = {
+    path = "/home/foo/Pictures/Wallpaper";
+    apply-shadow = true;
+  };
+  DP-2 = {
+    path = "/home/foo/Pictures/Anime";
+    sorting = "descending";
+  };
+}
+
+

Declared by:

+<home-manager/modules/programs/wpaperd.nix>
programs.xmobar.enable

Whether to enable Xmobar, a minimalistic status bar.

Type: boolean

Default: false

Example: