From 99fa075e111aa93067a36b8a4d0bb8d5182ce657 Mon Sep 17 00:00:00 2001 From: rycee Date: Sun, 1 Oct 2023 07:27:50 +0000 Subject: [PATCH] deploy: 209a24dff2b1098f24013cb4877d86cd0ae67c21 --- options.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) 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: