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> <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; = {
actions = true; anchor = &quot;top-left&quot;;
anchor = &quot;top-right&quot;; };
background-color = &quot;#000000&quot;; actions = true;
border-color = &quot;#FFFFFF&quot;; anchor = &quot;top-right&quot;;
border-radius = 0; background-color = &quot;#000000&quot;;
default-timeout = 0; border-color = &quot;#FFFFFF&quot;;
font = &quot;monospace 10&quot;; border-radius = 0;
height = 100; default-timeout = 0;
width = 300; font = &quot;monospace 10&quot;;
icons = true; height = 100;
ignore-timeout = false; icons = true;
layer = &quot;top&quot;; ignore-timeout = false;
margin = 10; layer = &quot;top&quot;;
markup = true; margin = 10;
markup = true;
# Section example width = 300;
&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>