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-06-26 21:37:36 +00:00
parent b4b3b1a3c0
commit ea66a576f4

View file

@ -85937,8 +85937,10 @@ attribute set of (INI atom (null, bool, int, float or string) or attribute set o
<p><span class="emphasis"><em>Default:</em></span> <p><span class="emphasis"><em>Default:</em></span>
<code class="literal">{ }</code></p> <code class="literal">{ }</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">&#x27;&#x27; <p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
{ &quot;actionable=true&quot; = {
anchor = &quot;top-left&quot;;
};
actions = true; actions = true;
anchor = &quot;top-right&quot;; anchor = &quot;top-right&quot;;
background-color = &quot;#000000&quot;; background-color = &quot;#000000&quot;;
@ -85947,19 +85949,13 @@ attribute set of (INI atom (null, bool, int, float or string) or attribute set o
default-timeout = 0; default-timeout = 0;
font = &quot;monospace 10&quot;; font = &quot;monospace 10&quot;;
height = 100; height = 100;
width = 300;
icons = true; icons = true;
ignore-timeout = false; ignore-timeout = false;
layer = &quot;top&quot;; layer = &quot;top&quot;;
margin = 10; margin = 10;
markup = true; markup = true;
width = 300;
# Section example }
&quot;actionable=true&quot; = {
anchor = &quot;top-left&quot;;
};
}
&#x27;&#x27;
</code></pre> </code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p> <p><span class="emphasis"><em>Declared by:</em></span></p>