1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 08:31:03 +01:00
This commit is contained in:
khaneliman 2025-05-05 02:47:18 +00:00
parent 1c5347c47b
commit c0531c2437

View file

@ -57274,6 +57274,95 @@ myOtherFavoriteTheme = {
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.sway-easyfocus.enable"></a><a class="term" href="options.xhtml#opt-programs.sway-easyfocus.enable"><code class="option">programs.sway-easyfocus.enable</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable sway-easyfocus.</p>
<p><span class="emphasis"><em>Type:</em></span>
boolean</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">false</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">true</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/sway-easyfocus.nix" target="_top">
&lt;home-manager/modules/programs/sway-easyfocus.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.sway-easyfocus.package"></a><a class="term" href="options.xhtml#opt-programs.sway-easyfocus.package"><code class="option">programs.sway-easyfocus.package</code>
</a>
</span>
</dt>
<dd>
<p>The sway-easyfocus package to use.</p>
<p><span class="emphasis"><em>Type:</em></span>
null or package</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">pkgs.sway-easyfocus</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/sway-easyfocus.nix" target="_top">
&lt;home-manager/modules/programs/sway-easyfocus.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.sway-easyfocus.settings"></a><a class="term" href="options.xhtml#opt-programs.sway-easyfocus.settings"><code class="option">programs.sway-easyfocus.settings</code>
</a>
</span>
</dt>
<dd>
<p>Configuration settings for sway-easyfocus. All available options can be found here:
<a class="link" href="https://github.com/edzdez/sway-easyfocus?tab=readme-ov-file#config-file" target="_top">https://github.com/edzdez/sway-easyfocus?tab=readme-ov-file#config-file</a>.</p>
<p><span class="emphasis"><em>Type:</em></span>
YAML value</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">{ }</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
chars = &quot;fjghdkslaemuvitywoqpcbnxz&quot;;
focused_background_color = &quot;285577&quot;;
focused_background_opacity = 1.0;
focused_text_color = &quot;ffffff&quot;;
font_family = &quot;monospace&quot;;
font_size = &quot;medium&quot;;
font_weight = &quot;bold&quot;;
window_background_color = &quot;d1f21&quot;;
window_background_opacity = 0.2;
}
</code></pre>
<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/sway-easyfocus.nix" target="_top">
&lt;home-manager/modules/programs/sway-easyfocus.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.swayimg.enable"></a><a class="term" href="options.xhtml#opt-programs.swayimg.enable"><code class="option">programs.swayimg.enable</code>