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,29 +85937,25 @@ attribute set of (INI atom (null, bool, int, float or string) or attribute set o
<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">&#x27;&#x27;
{
actions = true;
anchor = &quot;top-right&quot;;
background-color = &quot;#000000&quot;;
border-color = &quot;#FFFFFF&quot;;
border-radius = 0;
default-timeout = 0;
font = &quot;monospace 10&quot;;
height = 100;
width = 300;
icons = true;
ignore-timeout = false;
layer = &quot;top&quot;;
margin = 10;
markup = true;
# Section example
&quot;actionable=true&quot; = {
anchor = &quot;top-left&quot;;
};
}
&#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;
anchor = &quot;top-right&quot;;
background-color = &quot;#000000&quot;;
border-color = &quot;#FFFFFF&quot;;
border-radius = 0;
default-timeout = 0;
font = &quot;monospace 10&quot;;
height = 100;
icons = true;
ignore-timeout = false;
layer = &quot;top&quot;;
margin = 10;
markup = true;
width = 300;
}
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>