mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 08:31:03 +01:00
deploy: 080e8b48b0
This commit is contained in:
parent
b4b3b1a3c0
commit
ea66a576f4
1 changed files with 19 additions and 23 deletions
|
|
@ -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">''
|
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
|
||||||
{
|
"actionable=true" = {
|
||||||
actions = true;
|
anchor = "top-left";
|
||||||
anchor = "top-right";
|
};
|
||||||
background-color = "#000000";
|
actions = true;
|
||||||
border-color = "#FFFFFF";
|
anchor = "top-right";
|
||||||
border-radius = 0;
|
background-color = "#000000";
|
||||||
default-timeout = 0;
|
border-color = "#FFFFFF";
|
||||||
font = "monospace 10";
|
border-radius = 0;
|
||||||
height = 100;
|
default-timeout = 0;
|
||||||
width = 300;
|
font = "monospace 10";
|
||||||
icons = true;
|
height = 100;
|
||||||
ignore-timeout = false;
|
icons = true;
|
||||||
layer = "top";
|
ignore-timeout = false;
|
||||||
margin = 10;
|
layer = "top";
|
||||||
markup = true;
|
margin = 10;
|
||||||
|
markup = true;
|
||||||
# Section example
|
width = 300;
|
||||||
"actionable=true" = {
|
}
|
||||||
anchor = "top-left";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
''
|
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue