From bd48b705139e0cc27b92f98946fde25ad8427cab Mon Sep 17 00:00:00 2001 From: rycee Date: Sun, 5 May 2024 17:59:55 +0000 Subject: [PATCH] deploy: 3dfe05aa9b5646995ace887931fa60269a039777 --- options.xhtml | 101 ++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 97 insertions(+), 4 deletions(-) diff --git a/options.xhtml b/options.xhtml index af8b439d6c1e..0c4a7d1bb870 100644 --- a/options.xhtml +++ b/options.xhtml @@ -69991,10 +69991,13 @@ package

Gamma value to use.

Type: -string

+string or floating point number or signed integer

Default: -"1.0"

+1.0

+ +

Example: +0.6

Declared by:

@@ -70016,7 +70019,13 @@ string

90.0.

Type: -string

+null or string or floating point number or signed integer

+ +

Default: +null

+ +

Example: +-74.3

Declared by:

@@ -70038,7 +70047,91 @@ string

180.0.

Type: -string

+null or string or floating point number or signed integer

+ +

Default: +null

+ +

Example: +12.5

+ +

Declared by:

+
+ +
+ +<home-manager/modules/services/wlsunset.nix> + +
+ +
+ + services.wlsunset.output + + +
+
+

Name of output to use, by default all outputs are used.

+ +

Type: +null or string

+ +

Default: +null

+ +

Declared by:

+ + +
+ +<home-manager/modules/services/wlsunset.nix> + +
+
+
+ + services.wlsunset.sunrise + + +
+
+

The time when the sun rises (in 24 hour format).

+ +

Type: +null or string

+ +

Default: +null

+ +

Example: +"06:30"

+ +

Declared by:

+ + +
+ +<home-manager/modules/services/wlsunset.nix> + +
+
+
+ + services.wlsunset.sunset + + +
+
+

The time when the sun sets (in 24 hour format).

+ +

Type: +null or string

+ +

Default: +null

+ +

Example: +"18:00"

Declared by: