diff --git a/index.html b/index.html index 5be973ee..d42fde2a 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
?+
ca.desrt.dconf
?This manual will eventually describes how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index 8e1be8b6..351a0d97 100644 --- a/options.html +++ b/options.html @@ -11414,6 +11414,34 @@ for more information about the format. "*:0/5"
Declared by:
<home-manager/modules/services/taskwarrior-sync.nix>
+ |
services.trayer.enable
Whether to enable trayer, the lightweight GTK2+ systray for UNIX desktops.
Type: boolean
Default:
+ false
+
Example:
+ true
+
Declared by:
+ <home-manager/modules/services/trayer.nix>
+ |
services.trayer.package
The package to use for the trayer binary.
Type: package
Default:
+ pkgs.trayer
+
Example:
pkgs.trayer
Declared by:
+ <home-manager/modules/services/trayer.nix>
+ |
services.trayer.settings
Trayer configuration as a set of attributes. Further details can be +found at https://github.com/sargon/trayer-srg. + +
Property Name | Type | Values | Default |
---|---|---|---|
SetDockType | boolean | true|false | true |
SetPartialStrut | boolean | true|false | true |
align | string | left|right|center | center |
alpha | signed integer | number | 127 |
distance | signed integer | number | 0 |
distancefrom | string | left|right|top|bottom | top |
edge | string | left|right|top|bottom|none | bottom |
expand | boolean | true|false | true |
height | signed integer | number | 26 |
heighttype | string | request|pixel | pixel |
iconspacing | signed integer | number | 0 |
margin | signed integer | number | 0 |
monitor | string | number|primary | 0 |
padding | signed integer | number | 0 |
tint | string | int | 0xFFFFFFFF |
transparent | boolean | true|false | false |
width | signed integer | number | 100 |
widthtype | string | request|pixel|percent | percent |
+
Type: attribute set of null or string or boolean or signed integers
Default:
+
+ {
+
+ }
+
+
Example:
{ + edge = "top"; + padding = 6; + SetDockType = true; + tint = "0x282c34"; +} +
Declared by:
+ <home-manager/modules/services/trayer.nix>
|
services.udiskie.enable
Whether to enable udiskie mount daemon.
Type: boolean
Default:
false
Example: home-manager
+ home-manager
— reconfigure a user environment
This command updates the user environment so that it corresponds to the
configuration specified in
@@ -147,7 +147,7 @@
available for immediate garbage collection.
-
The tool accepts the options
Activates verbose output.
-
diff --git a/tools.html b/tools.html
index a5102484..5bca600f 100644
--- a/tools.html
+++ b/tools.html
@@ -1,6 +1,6 @@
-
Name
Name
Synopsis
home-manager
{
build
|
@@ -78,7 +78,7 @@
|
--verbose
}
- ]Description
~/.config/nixpkgs/home.nix
or ~/.config/nixpkgs/flake.nix
.
Options
-A
@@ -246,15 +246,15 @@
attrPath
--verbose