This commit is contained in:
rycee 2024-05-10 14:00:31 +00:00
parent 887329deb0
commit db7c90581a

View file

@ -61448,6 +61448,130 @@ Hypridle configuration value</p>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-services.hyprpaper.enable"></a><a class="term" href="options.xhtml#opt-services.hyprpaper.enable"><code class="option">services.hyprpaper.enable</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable Hyprpaper, Hyprlands wallpaper daemon.</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/services/hyprpaper.nix" target="_top">
&lt;home-manager/modules/services/hyprpaper.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-services.hyprpaper.package"></a><a class="term" href="options.xhtml#opt-services.hyprpaper.package"><code class="option">services.hyprpaper.package</code>
</a>
</span>
</dt>
<dd>
<p>The hyprpaper package to use.</p>
<p><span class="emphasis"><em>Type:</em></span>
package</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">pkgs.hyprpaper</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/services/hyprpaper.nix" target="_top">
&lt;home-manager/modules/services/hyprpaper.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-services.hyprpaper.importantPrefixes"></a><a class="term" href="options.xhtml#opt-services.hyprpaper.importantPrefixes"><code class="option">services.hyprpaper.importantPrefixes</code>
</a>
</span>
</dt>
<dd>
<p>List of prefix of attributes to source at the top of the config.</p>
<p><span class="emphasis"><em>Type:</em></span>
list of string</p>
<p><span class="emphasis"><em>Default:</em></span></p><pre><code class="programlisting">[
&quot;$&quot;
]
</code></pre>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">[
&quot;$&quot;
]
</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/services/hyprpaper.nix" target="_top">
&lt;home-manager/modules/services/hyprpaper.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-services.hyprpaper.settings"></a><a class="term" href="options.xhtml#opt-services.hyprpaper.settings"><code class="option">services.hyprpaper.settings</code>
</a>
</span>
</dt>
<dd>
<p>hyprpaper configuration written in Nix. Entries with the same key
should be written as lists. Variables and colors names should be
quoted. See <a class="link" href="https://wiki.hyprland.org/Hypr-Ecosystem/hyprpaper/" target="_top">https://wiki.hyprland.org/Hypr-Ecosystem/hyprpaper/</a> for more examples.</p>
<p><span class="emphasis"><em>Type:</em></span>
Hyprpaper configuration 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">{
ipc = &quot;on&quot;;
splash = false;
splash_offset = 2.0;
preload =
[ &quot;/share/wallpapers/buttons.png&quot; &quot;/share/wallpapers/cat_pacman.png&quot; ];
wallpaper = [
&quot;DP-3,/share/wallpapers/buttons.png&quot;
&quot;DP-1,/share/wallpapers/cat_pacman.png&quot;
];
}
</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/services/hyprpaper.nix" target="_top">
&lt;home-manager/modules/services/hyprpaper.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-services.imapnotify.enable"></a><a class="term" href="options.xhtml#opt-services.imapnotify.enable"><code class="option">services.imapnotify.enable</code>