diff --git a/index.html b/index.html index 5f4c551d9..88449fdf5 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 066fed5c3..6c10e5d2f 100644 --- a/options.html +++ b/options.html @@ -7342,7 +7342,7 @@ overlay or set this option. Example overlay configuration: <home-manager/modules/programs/waybar.nix>
programs.waybar.package
Waybar package to use. Set to null
to use the default module.
Type: package
Default:
- ${pkgs.waybar}
+ "pkgs.waybar"
Declared by:
<home-manager/modules/programs/waybar.nix>
|
programs.waybar.settings
Configuration for Waybar, see https://github.com/Alexays/Waybar/wiki/Configuration
@@ -7433,7 +7433,7 @@ of the windows or behind ("bottom"
).
10
Declared by:
<home-manager/modules/programs/waybar.nix>
- |
programs.waybar.settings.*.modules
Modules configuration.
Type: attribute set of unspecifieds
Default:
+
programs.waybar.settings.*.modules
Modules configuration.
Type: JSON value
Default: Declared by:
{
@@ -7449,18 +7449,30 @@ of the windows or behind (
"bottom"
).
}
<home-manager/modules/programs/waybar.nix>
-
programs.waybar.settings.*.modules-center
Modules that will be displayed in the center.
Type: null or list of strings
Default:
- null
+
programs.waybar.settings.*.modules-center
Modules that will be displayed in the center.
Type: list of strings
Default:
+
+ [
+
+ ]
+
Example:
[ "sway/window" ]
Declared by:
<home-manager/modules/programs/waybar.nix>
- |
programs.waybar.settings.*.modules-left
Modules that will be displayed on the left.
Type: null or list of strings
Default:
- null
+
programs.waybar.settings.*.modules-left
Modules that will be displayed on the left.
Type: list of strings
Default:
+
+ [
+
+ ]
+
Example:
[ "sway/workspaces" "sway/mode" "wlr/taskbar" ]
Declared by:
<home-manager/modules/programs/waybar.nix>
- |
programs.waybar.settings.*.modules-right
Modules that will be displayed on the right.
Type: null or list of strings
Default:
- null
+
programs.waybar.settings.*.modules-right
Modules that will be displayed on the right.
Type: list of strings
Default:
+
+ [
+
+ ]
+
Example:
[ "mpd" "custom/mymodule#with-css-id" "temperature" ]
Declared by: