diff --git a/index.html b/index.html index 2de62f7a8..178057da0 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
?+
ca.desrt.dconf
?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index d8f39796f..a152b3333 100644 --- a/options.html +++ b/options.html @@ -7009,88 +7009,6 @@ now.
Declared by:
<home-manager/modules/programs/rofi.nix>
- |
programs.rofi.borderWidth
Border width
Type: null or signed integer
Default:
- null
-
Example:
- 1
-
Declared by:
- <home-manager/modules/programs/rofi.nix>
- |
programs.rofi.colors
Color scheme settings. Colors can be specified in CSS color
-formats. This option may become deprecated in the future and
-therefore the programs.rofi.theme
option
-should be used whenever possible.
-
Type: null or submodule
Default:
- null
-
Example:
-
- {
- _type = "literalExpression"; text = "colors = {\n window = {\n background = \"argb:583a4c54\";\n border = \"argb:582a373e\";\n separator = \"#c3c6c8\";\n };\n\n rows = {\n normal = {\n background = \"argb:58455a64\";\n foreground = \"#fafbfc\";\n backgroundAlt = \"argb:58455a64\";\n highlight = {\n background = \"#00bcd4\";\n foreground = \"#fafbfc\";\n };\n };\n };\n};\n";
- }
-
-
Declared by:
- <home-manager/modules/programs/rofi.nix>
- |
programs.rofi.colors.rows
Rows color settings.
Type: submodule
Default:
- null
-
Declared by:
- <home-manager/modules/programs/rofi.nix>
- |
programs.rofi.colors.rows.active
Active row color settings.
Type: null or submodule
Default:
- null
-
Declared by:
- <home-manager/modules/programs/rofi.nix>
- |
programs.rofi.colors.rows.active.background
Background color
Type: string
Declared by:
- <home-manager/modules/programs/rofi.nix>
- |
programs.rofi.colors.rows.active.backgroundAlt
Alternative background color
Type: string
Declared by:
- <home-manager/modules/programs/rofi.nix>
- |
programs.rofi.colors.rows.active.foreground
Foreground color
Type: string
Declared by:
- <home-manager/modules/programs/rofi.nix>
- |
programs.rofi.colors.rows.active.highlight
Color settings for highlighted row.
Type: submodule
Declared by:
- <home-manager/modules/programs/rofi.nix>
- |
programs.rofi.colors.rows.active.highlight.background
Highlight background color
Type: string
Declared by:
- <home-manager/modules/programs/rofi.nix>
- |
programs.rofi.colors.rows.active.highlight.foreground
Highlight foreground color
Type: string
Declared by:
- <home-manager/modules/programs/rofi.nix>
- |
programs.rofi.colors.rows.normal
Normal row color settings.
Type: null or submodule
Default:
- null
-
Declared by:
- <home-manager/modules/programs/rofi.nix>
- |
programs.rofi.colors.rows.normal.background
Background color
Type: string
Declared by:
- <home-manager/modules/programs/rofi.nix>
- |
programs.rofi.colors.rows.normal.backgroundAlt
Alternative background color
Type: string
Declared by:
- <home-manager/modules/programs/rofi.nix>
- |
programs.rofi.colors.rows.normal.foreground
Foreground color
Type: string
Declared by:
- <home-manager/modules/programs/rofi.nix>
- |
programs.rofi.colors.rows.normal.highlight
Color settings for highlighted row.
Type: submodule
Declared by:
- <home-manager/modules/programs/rofi.nix>
- |
programs.rofi.colors.rows.normal.highlight.background
Highlight background color
Type: string
Declared by:
- <home-manager/modules/programs/rofi.nix>
- |
programs.rofi.colors.rows.normal.highlight.foreground
Highlight foreground color
Type: string
Declared by:
- <home-manager/modules/programs/rofi.nix>
- |
programs.rofi.colors.rows.urgent
Urgent row color settings.
Type: null or submodule
Default:
- null
-
Declared by:
- <home-manager/modules/programs/rofi.nix>
- |
programs.rofi.colors.rows.urgent.background
Background color
Type: string
Declared by:
- <home-manager/modules/programs/rofi.nix>
- |
programs.rofi.colors.rows.urgent.backgroundAlt
Alternative background color
Type: string
Declared by:
- <home-manager/modules/programs/rofi.nix>
- |
programs.rofi.colors.rows.urgent.foreground
Foreground color
Type: string
Declared by:
- <home-manager/modules/programs/rofi.nix>
- |
programs.rofi.colors.rows.urgent.highlight
Color settings for highlighted row.
Type: submodule
Declared by:
- <home-manager/modules/programs/rofi.nix>
- |
programs.rofi.colors.rows.urgent.highlight.background
Highlight background color
Type: string
Declared by:
- <home-manager/modules/programs/rofi.nix>
- |
programs.rofi.colors.rows.urgent.highlight.foreground
Highlight foreground color
Type: string
Declared by:
- <home-manager/modules/programs/rofi.nix>
- |
programs.rofi.colors.window
Window color settings.
Type: submodule
Default:
- null
-
Declared by:
- <home-manager/modules/programs/rofi.nix>
- |
programs.rofi.colors.window.background
Window background color
Type: string
Declared by:
- <home-manager/modules/programs/rofi.nix>
- |
programs.rofi.colors.window.border
Window border color
Type: string
Declared by:
- <home-manager/modules/programs/rofi.nix>
- |
programs.rofi.colors.window.separator
Separator color
Type: string
Declared by:
- <home-manager/modules/programs/rofi.nix>
|
programs.rofi.configPath
Path where to put generated configuration file.
Type: string
Default:
"\$XDG_CONFIG_HOME/rofi/config.rasi"
Declared by:
@@ -7117,26 +7035,10 @@ should be used whenever possible.
null
Example: Declared by:
programs.rofi.fullscreen Whether to run rofi fullscreen. Type: null or boolean Default: Declared by:
programs.rofi.lines Number of lines Type: null or signed integer Default: Example: Declared by:
programs.rofi.location The location rofi appears on the screen. Type: one of "bottom", "bottom-left", "bottom-right", "center", "left", "right", "top", "top-left", "top-right" Default: Declared by:
programs.rofi.padding Padding Type: null or signed integer Default: Example: Declared by:
programs.rofi.pass.enable Whether to enable rofi integration with password-store. Type: boolean Default: Declared by:
programs.rofi.rowHeight Row height (in chars) Type: null or signed integer Default: Example: Declared by:
programs.rofi.scrollbar Whether to show a scrollbar. Type: null or boolean Default: Declared by:
programs.rofi.separator Separator style Type: null or one of "none", "dash", "solid" Default: Example: Declared by:
programs.rofi.terminal Path to the terminal which will be used to run console applications @@ -7211,15 +7097,9 @@ theme configuration. Available named themes can be viewed using the Example: Declared by:
programs.rofi.width Window width Type: null or signed integer Default: Example: Declared by:
programs.rofi.xoffset Offset in the x-axis in pixels relative to the chosen location. diff --git a/release-notes.html b/release-notes.html index 43f55bd8a..455a726cb 100644 --- a/release-notes.html +++ b/release-notes.html @@ -18,7 +18,9 @@ are unavailable on some hosts. Finally, users who wish to use the same configuration file for different platforms cannot do so, even if the platform incompatible options are unused. Ultimately, the benefits of loading all modules won and the behavior has now changed. For associated discussion see -issue #1906. The state version in this release includes the changes below. These +issue #1906. +Rofi version 1.7.0 removed many options that were used by the module and replaced them with custom themes, which are more flexible and powerful. + You can replicate your old configuration by moving those options to The state version in this release includes the changes below. These
changes are only active if the
|