1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-21 13:57:31 +02:00
This commit is contained in:
rycee 2021-10-08 22:54:39 +00:00
parent 34778c3d2b
commit e572e27083
4 changed files with 13 additions and 131 deletions

File diff suppressed because one or more lines are too long

View file

@ -7009,88 +7009,6 @@ now.
</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/rofi.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rofi.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rofi.borderWidth"></a><a class="term" href="options.html#opt-programs.rofi.borderWidth"><code class="option">programs.rofi.borderWidth</code></a></span></dt><dd><p>Border width</p><p><span class="emphasis"><em>Type:</em></span> null or signed integer</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
null
</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">
1
</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/rofi.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rofi.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rofi.colors"></a><a class="term" href="options.html#opt-programs.rofi.colors"><code class="option">programs.rofi.colors</code></a></span></dt><dd><p>Color scheme settings. Colors can be specified in CSS color
formats. This option may become deprecated in the future and
therefore the <code class="varname">programs.rofi.theme</code> option
should be used whenever possible.
</p><p><span class="emphasis"><em>Type:</em></span> null or submodule</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
null
</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">
{
_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";
}
</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/rofi.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rofi.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rofi.colors.rows"></a><a class="term" href="options.html#opt-programs.rofi.colors.rows"><code class="option">programs.rofi.colors.rows</code></a></span></dt><dd><p>Rows color settings.</p><p><span class="emphasis"><em>Type:</em></span> submodule</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
null
</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/rofi.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rofi.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rofi.colors.rows.active"></a><a class="term" href="options.html#opt-programs.rofi.colors.rows.active"><code class="option">programs.rofi.colors.rows.active</code></a></span></dt><dd><p>Active row color settings.</p><p><span class="emphasis"><em>Type:</em></span> null or submodule</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
null
</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/rofi.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rofi.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rofi.colors.rows.active.background"></a><a class="term" href="options.html#opt-programs.rofi.colors.rows.active.background"><code class="option">programs.rofi.colors.rows.active.background</code></a></span></dt><dd><p>Background color</p><p><span class="emphasis"><em>Type:</em></span> string</p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/rofi.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rofi.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rofi.colors.rows.active.backgroundAlt"></a><a class="term" href="options.html#opt-programs.rofi.colors.rows.active.backgroundAlt"><code class="option">programs.rofi.colors.rows.active.backgroundAlt</code></a></span></dt><dd><p>Alternative background color</p><p><span class="emphasis"><em>Type:</em></span> string</p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/rofi.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rofi.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rofi.colors.rows.active.foreground"></a><a class="term" href="options.html#opt-programs.rofi.colors.rows.active.foreground"><code class="option">programs.rofi.colors.rows.active.foreground</code></a></span></dt><dd><p>Foreground color</p><p><span class="emphasis"><em>Type:</em></span> string</p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/rofi.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rofi.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rofi.colors.rows.active.highlight"></a><a class="term" href="options.html#opt-programs.rofi.colors.rows.active.highlight"><code class="option">programs.rofi.colors.rows.active.highlight</code></a></span></dt><dd><p>Color settings for highlighted row.</p><p><span class="emphasis"><em>Type:</em></span> submodule</p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/rofi.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rofi.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rofi.colors.rows.active.highlight.background"></a><a class="term" href="options.html#opt-programs.rofi.colors.rows.active.highlight.background"><code class="option">programs.rofi.colors.rows.active.highlight.background</code></a></span></dt><dd><p>Highlight background color</p><p><span class="emphasis"><em>Type:</em></span> string</p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/rofi.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rofi.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rofi.colors.rows.active.highlight.foreground"></a><a class="term" href="options.html#opt-programs.rofi.colors.rows.active.highlight.foreground"><code class="option">programs.rofi.colors.rows.active.highlight.foreground</code></a></span></dt><dd><p>Highlight foreground color</p><p><span class="emphasis"><em>Type:</em></span> string</p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/rofi.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rofi.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rofi.colors.rows.normal"></a><a class="term" href="options.html#opt-programs.rofi.colors.rows.normal"><code class="option">programs.rofi.colors.rows.normal</code></a></span></dt><dd><p>Normal row color settings.</p><p><span class="emphasis"><em>Type:</em></span> null or submodule</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
null
</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/rofi.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rofi.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rofi.colors.rows.normal.background"></a><a class="term" href="options.html#opt-programs.rofi.colors.rows.normal.background"><code class="option">programs.rofi.colors.rows.normal.background</code></a></span></dt><dd><p>Background color</p><p><span class="emphasis"><em>Type:</em></span> string</p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/rofi.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rofi.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rofi.colors.rows.normal.backgroundAlt"></a><a class="term" href="options.html#opt-programs.rofi.colors.rows.normal.backgroundAlt"><code class="option">programs.rofi.colors.rows.normal.backgroundAlt</code></a></span></dt><dd><p>Alternative background color</p><p><span class="emphasis"><em>Type:</em></span> string</p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/rofi.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rofi.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rofi.colors.rows.normal.foreground"></a><a class="term" href="options.html#opt-programs.rofi.colors.rows.normal.foreground"><code class="option">programs.rofi.colors.rows.normal.foreground</code></a></span></dt><dd><p>Foreground color</p><p><span class="emphasis"><em>Type:</em></span> string</p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/rofi.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rofi.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rofi.colors.rows.normal.highlight"></a><a class="term" href="options.html#opt-programs.rofi.colors.rows.normal.highlight"><code class="option">programs.rofi.colors.rows.normal.highlight</code></a></span></dt><dd><p>Color settings for highlighted row.</p><p><span class="emphasis"><em>Type:</em></span> submodule</p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/rofi.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rofi.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rofi.colors.rows.normal.highlight.background"></a><a class="term" href="options.html#opt-programs.rofi.colors.rows.normal.highlight.background"><code class="option">programs.rofi.colors.rows.normal.highlight.background</code></a></span></dt><dd><p>Highlight background color</p><p><span class="emphasis"><em>Type:</em></span> string</p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/rofi.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rofi.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rofi.colors.rows.normal.highlight.foreground"></a><a class="term" href="options.html#opt-programs.rofi.colors.rows.normal.highlight.foreground"><code class="option">programs.rofi.colors.rows.normal.highlight.foreground</code></a></span></dt><dd><p>Highlight foreground color</p><p><span class="emphasis"><em>Type:</em></span> string</p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/rofi.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rofi.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rofi.colors.rows.urgent"></a><a class="term" href="options.html#opt-programs.rofi.colors.rows.urgent"><code class="option">programs.rofi.colors.rows.urgent</code></a></span></dt><dd><p>Urgent row color settings.</p><p><span class="emphasis"><em>Type:</em></span> null or submodule</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
null
</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/rofi.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rofi.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rofi.colors.rows.urgent.background"></a><a class="term" href="options.html#opt-programs.rofi.colors.rows.urgent.background"><code class="option">programs.rofi.colors.rows.urgent.background</code></a></span></dt><dd><p>Background color</p><p><span class="emphasis"><em>Type:</em></span> string</p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/rofi.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rofi.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rofi.colors.rows.urgent.backgroundAlt"></a><a class="term" href="options.html#opt-programs.rofi.colors.rows.urgent.backgroundAlt"><code class="option">programs.rofi.colors.rows.urgent.backgroundAlt</code></a></span></dt><dd><p>Alternative background color</p><p><span class="emphasis"><em>Type:</em></span> string</p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/rofi.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rofi.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rofi.colors.rows.urgent.foreground"></a><a class="term" href="options.html#opt-programs.rofi.colors.rows.urgent.foreground"><code class="option">programs.rofi.colors.rows.urgent.foreground</code></a></span></dt><dd><p>Foreground color</p><p><span class="emphasis"><em>Type:</em></span> string</p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/rofi.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rofi.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rofi.colors.rows.urgent.highlight"></a><a class="term" href="options.html#opt-programs.rofi.colors.rows.urgent.highlight"><code class="option">programs.rofi.colors.rows.urgent.highlight</code></a></span></dt><dd><p>Color settings for highlighted row.</p><p><span class="emphasis"><em>Type:</em></span> submodule</p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/rofi.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rofi.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rofi.colors.rows.urgent.highlight.background"></a><a class="term" href="options.html#opt-programs.rofi.colors.rows.urgent.highlight.background"><code class="option">programs.rofi.colors.rows.urgent.highlight.background</code></a></span></dt><dd><p>Highlight background color</p><p><span class="emphasis"><em>Type:</em></span> string</p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/rofi.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rofi.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rofi.colors.rows.urgent.highlight.foreground"></a><a class="term" href="options.html#opt-programs.rofi.colors.rows.urgent.highlight.foreground"><code class="option">programs.rofi.colors.rows.urgent.highlight.foreground</code></a></span></dt><dd><p>Highlight foreground color</p><p><span class="emphasis"><em>Type:</em></span> string</p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/rofi.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rofi.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rofi.colors.window"></a><a class="term" href="options.html#opt-programs.rofi.colors.window"><code class="option">programs.rofi.colors.window</code></a></span></dt><dd><p>Window color settings.</p><p><span class="emphasis"><em>Type:</em></span> submodule</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
null
</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/rofi.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rofi.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rofi.colors.window.background"></a><a class="term" href="options.html#opt-programs.rofi.colors.window.background"><code class="option">programs.rofi.colors.window.background</code></a></span></dt><dd><p>Window background color</p><p><span class="emphasis"><em>Type:</em></span> string</p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/rofi.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rofi.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rofi.colors.window.border"></a><a class="term" href="options.html#opt-programs.rofi.colors.window.border"><code class="option">programs.rofi.colors.window.border</code></a></span></dt><dd><p>Window border color</p><p><span class="emphasis"><em>Type:</em></span> string</p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/rofi.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rofi.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rofi.colors.window.separator"></a><a class="term" href="options.html#opt-programs.rofi.colors.window.separator"><code class="option">programs.rofi.colors.window.separator</code></a></span></dt><dd><p>Separator color</p><p><span class="emphasis"><em>Type:</em></span> string</p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/rofi.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rofi.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rofi.configPath"></a><a class="term" href="options.html#opt-programs.rofi.configPath"><code class="option">programs.rofi.configPath</code></a></span></dt><dd><p>Path where to put generated configuration file.</p><p><span class="emphasis"><em>Type:</em></span> string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
"\$XDG_CONFIG_HOME/rofi/config.rasi"
</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/rofi.nix#blob-path" target="_top">
@ -7117,26 +7035,10 @@ should be used whenever possible.
null
</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">
"Droid Sans Mono 14"
</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/rofi.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rofi.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rofi.fullscreen"></a><a class="term" href="options.html#opt-programs.rofi.fullscreen"><code class="option">programs.rofi.fullscreen</code></a></span></dt><dd><p>Whether to run rofi fullscreen.</p><p><span class="emphasis"><em>Type:</em></span> null or boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
null
</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/rofi.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rofi.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rofi.lines"></a><a class="term" href="options.html#opt-programs.rofi.lines"><code class="option">programs.rofi.lines</code></a></span></dt><dd><p>Number of lines</p><p><span class="emphasis"><em>Type:</em></span> null or signed integer</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
null
</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">
10
</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/rofi.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rofi.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rofi.location"></a><a class="term" href="options.html#opt-programs.rofi.location"><code class="option">programs.rofi.location</code></a></span></dt><dd><p>The location rofi appears on the screen.</p><p><span class="emphasis"><em>Type:</em></span> one of "bottom", "bottom-left", "bottom-right", "center", "left", "right", "top", "top-left", "top-right"</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
"center"
</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/rofi.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rofi.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rofi.padding"></a><a class="term" href="options.html#opt-programs.rofi.padding"><code class="option">programs.rofi.padding</code></a></span></dt><dd><p>Padding</p><p><span class="emphasis"><em>Type:</em></span> null or signed integer</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
null
</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">
400
</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/rofi.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rofi.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rofi.pass.enable"></a><a class="term" href="options.html#opt-programs.rofi.pass.enable"><code class="option">programs.rofi.pass.enable</code></a></span></dt><dd><p>Whether to enable rofi integration with password-store.</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
@ -7178,22 +7080,6 @@ AUTOTYPE_field='autotype'
_type = "literalExpression"; text = "[ pkgs.rofi-calc ]";
}
</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/rofi.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rofi.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rofi.rowHeight"></a><a class="term" href="options.html#opt-programs.rofi.rowHeight"><code class="option">programs.rofi.rowHeight</code></a></span></dt><dd><p>Row height (in chars)</p><p><span class="emphasis"><em>Type:</em></span> null or signed integer</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
null
</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">
1
</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/rofi.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rofi.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rofi.scrollbar"></a><a class="term" href="options.html#opt-programs.rofi.scrollbar"><code class="option">programs.rofi.scrollbar</code></a></span></dt><dd><p>Whether to show a scrollbar.</p><p><span class="emphasis"><em>Type:</em></span> null or boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
null
</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/rofi.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rofi.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rofi.separator"></a><a class="term" href="options.html#opt-programs.rofi.separator"><code class="option">programs.rofi.separator</code></a></span></dt><dd><p>Separator style</p><p><span class="emphasis"><em>Type:</em></span> null or one of "none", "dash", "solid"</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
null
</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">
"solid"
</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/rofi.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rofi.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rofi.terminal"></a><a class="term" href="options.html#opt-programs.rofi.terminal"><code class="option">programs.rofi.terminal</code></a></span></dt><dd><p>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
</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">
{
_type = "literalExpression"; text = "let\n inherit (config.lib.formats.rasi) mkLiteral;\nin {\n \"*\" = {\n background-color = mkLiteral \"#000000\";\n foreground-color = mkLiteral \"rgba ( 250, 251, 252, 100 % )\";\n border-color = mkLiteral \"#FFFFFF\";\n width = 512;\n };\n\n \"#inputbar\" = {\n children = map mkLiteral [ \"prompt\" \"entry\" ];\n };\n\n \"#textbox-prompt-colon\" = {\n expand = false;\n str = \":\";\n margin = mkLiteral \"0px 0.3em 0em 0em\";\n text-color = mkLiteral \"@foreground-color\";\n };\n}\n";
_type = "literalExpression"; text = "let\n # Use `mkLiteral` for string-like values that should show without\n # quotes, e.g.:\n # {\n # foo = \"abc\"; =&gt; foo: \"abc\";\n # bar = mkLiteral \"abc\"; =&gt; bar: abc;\n # };\n inherit (config.lib.formats.rasi) mkLiteral;\nin {\n \"*\" = {\n background-color = mkLiteral \"#000000\";\n foreground-color = mkLiteral \"rgba ( 250, 251, 252, 100 % )\";\n border-color = mkLiteral \"#FFFFFF\";\n width = 512;\n };\n\n \"#inputbar\" = {\n children = map mkLiteral [ \"prompt\" \"entry\" ];\n };\n\n \"#textbox-prompt-colon\" = {\n expand = false;\n str = \":\";\n margin = mkLiteral \"0px 0.3em 0em 0em\";\n text-color = mkLiteral \"@foreground-color\";\n };\n}\n";
}
</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/rofi.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rofi.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rofi.width"></a><a class="term" href="options.html#opt-programs.rofi.width"><code class="option">programs.rofi.width</code></a></span></dt><dd><p>Window width</p><p><span class="emphasis"><em>Type:</em></span> null or signed integer</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
null
</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">
100
</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/rofi.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rofi.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rofi.xoffset"></a><a class="term" href="options.html#opt-programs.rofi.xoffset"><code class="option">programs.rofi.xoffset</code></a></span></dt><dd><p>Offset in the x-axis in pixels relative to the chosen location.

View file

@ -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.</p><p class="simpara">Ultimately, the benefits of loading all modules won and the behavior
has now changed. For associated discussion see
<a class="link" href="https://github.com/nix-community/home-manager/issues/1906" target="_top">issue #1906</a>.</p></li></ul></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="sec-release-21.11-state-version-changes"></a>E.1.2. State Version Changes</h3></div></div></div><p>The state version in this release includes the changes below. These
<a class="link" href="https://github.com/nix-community/home-manager/issues/1906" target="_top">issue #1906</a>.</p></li><li class="listitem"><p class="simpara">
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.
</p><p class="simpara">You can replicate your old configuration by moving those options to <a class="xref" href="options.html#opt-programs.rofi.theme"><code class="option">programs.rofi.theme</code></a>. Keep in mind that the syntax is different so you may need to do some changes.</p></li></ul></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="sec-release-21.11-state-version-changes"></a>E.1.2. State Version Changes</h3></div></div></div><p>The state version in this release includes the changes below. These
changes are only active if the <code class="literal">home.stateVersion</code> option is set to
"21.11" or later.</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
Nothing has happened.

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Appendix D. Tools</title><link rel="stylesheet" type="text/css" href="style.css" /><link rel="stylesheet" type="text/css" href="overrides.css" /><link rel="stylesheet" type="text/css" href="mono-blue.css" /><script src="highlight.pack.js" type="text/javascript"></script><script src="highlight.load.js" type="text/javascript"></script><meta name="generator" content="DocBook XSL Stylesheets V1.79.2" /><link rel="home" href="index.html" title="Home Manager Manual" /><link rel="up" href="index.html" title="Home Manager Manual" /><link rel="prev" href="nix-darwin-options.html" title="Appendix C. nix-darwin Module Options" /><link rel="next" href="release-notes.html" title="Appendix E. Release Notes" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Appendix D. Tools</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="nix-darwin-options.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="release-notes.html">Next</a></td></tr></table><hr /></div><div class="appendix"><div class="titlepage"><div><div><h1 class="title"><a id="ch-tools"></a>Appendix D. Tools</h1></div></div></div><div class="toc"><dl class="toc"><dt><span class="refentrytitle"><a href="tools.html#idm140737310301456"><span class="command"><strong>home-manager</strong></span>
</a></span><span class="refpurpose"> — reconfigure a user environment</span></dt></dl></div><div class="refentry"><a id="idm140737310301456"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p><span class="command"><strong>home-manager</strong></span>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Appendix D. Tools</title><link rel="stylesheet" type="text/css" href="style.css" /><link rel="stylesheet" type="text/css" href="overrides.css" /><link rel="stylesheet" type="text/css" href="mono-blue.css" /><script src="highlight.pack.js" type="text/javascript"></script><script src="highlight.load.js" type="text/javascript"></script><meta name="generator" content="DocBook XSL Stylesheets V1.79.2" /><link rel="home" href="index.html" title="Home Manager Manual" /><link rel="up" href="index.html" title="Home Manager Manual" /><link rel="prev" href="nix-darwin-options.html" title="Appendix C. nix-darwin Module Options" /><link rel="next" href="release-notes.html" title="Appendix E. Release Notes" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Appendix D. Tools</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="nix-darwin-options.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="release-notes.html">Next</a></td></tr></table><hr /></div><div class="appendix"><div class="titlepage"><div><div><h1 class="title"><a id="ch-tools"></a>Appendix D. Tools</h1></div></div></div><div class="toc"><dl class="toc"><dt><span class="refentrytitle"><a href="tools.html#idm140737310446112"><span class="command"><strong>home-manager</strong></span>
</a></span><span class="refpurpose"> — reconfigure a user environment</span></dt></dl></div><div class="refentry"><a id="idm140737310446112"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p><span class="command"><strong>home-manager</strong></span>
— reconfigure a user environment</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="command">home-manager</code> {
build
|
@ -82,7 +82,7 @@
|
--verbose
}
]</p></div></div><div class="refsection"><a id="idm140737310264672"></a><h2>Description</h2><p>
]</p></div></div><div class="refsection"><a id="idm140737310409280"></a><h2>Description</h2><p>
This command updates the user environment so that it corresponds to the
configuration specified in <code class="filename">~/.config/nixpkgs/home.nix</code> or <code class="filename">~/.config/nixpkgs/flake.nix</code>.
</p><p>
@ -151,7 +151,7 @@
available for immediate garbage collection.
</p></li></ul></div><p>
</p></dd></dl></div><p>
</p></div><div class="refsection"><a id="idm140737310227024"></a><h2>Options</h2><p>
</p></div><div class="refsection"><a id="idm140737310371632"></a><h2>Options</h2><p>
The tool accepts the options
</p><div class="variablelist"><dl class="variablelist"><dt><span class="term">
<code class="option">-A <em class="replaceable"><code>attrPath</code></em></code>
@ -259,15 +259,15 @@
<code class="option">--verbose</code>
</span></dt><dd><p>
Activates verbose output.
</p></dd></dl></div></div><div class="refsection"><a id="idm140737310163456"></a><h2>Files</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term">
</p></dd></dl></div></div><div class="refsection"><a id="idm140737310307920"></a><h2>Files</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term">
<code class="filename">~/.local/share/home-manager/news-read-ids</code>
</span></dt><dd><p>
Identifiers of news items that have been shown. Can be deleted to reset
the read news indicator.
</p></dd></dl></div></div><div class="refsection"><a id="idm140737310160160"></a><h2>Bugs</h2><p>
</p></dd></dl></div></div><div class="refsection"><a id="idm140737310304624"></a><h2>Bugs</h2><p>
Please report any bugs on the
<a class="link" href="https://github.com/nix-community/home-manager/issues" target="_top">project
issue tracker</a>.
</p></div><div class="refsection"><a id="idm140737310158160"></a><h2>See also</h2><p>
</p></div><div class="refsection"><a id="idm140737310302624"></a><h2>See also</h2><p>
<span class="citerefentry"><span class="refentrytitle">home-configuration.nix</span>(5)</span>
</p></div></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="nix-darwin-options.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="release-notes.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Appendix C. nix-darwin Module Options </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Appendix E. Release Notes</td></tr></table></div></body></html>