1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 00:21:04 +01:00
This commit is contained in:
rycee 2025-09-11 08:17:21 +00:00
parent 1eb2ba1434
commit eb7481a5db

View file

@ -86944,9 +86944,9 @@ attribute set of attribute set of (string or boolean or signed integer or list o
<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">{
global = { global = {
width = 300; width = &quot;(200,300)&quot;;
height = 300; height = &quot;(0,150)&quot;;
offset = &quot;30x50&quot;; offset = &quot;(30,50)&quot;;
origin = &quot;top-right&quot;; origin = &quot;top-right&quot;;
transparency = 10; transparency = 10;
frame_color = &quot;#eceff1&quot;; frame_color = &quot;#eceff1&quot;;