diff --git a/options.xhtml b/options.xhtml index 4b2104419..1f9f8db72 100644 --- a/options.xhtml +++ b/options.xhtml @@ -86944,9 +86944,9 @@ attribute set of attribute set of (string or boolean or signed integer or list o

Example:

{
   global = {
-    width = 300;
-    height = 300;
-    offset = "30x50";
+    width = "(200,300)";
+    height = "(0,150)";
+    offset = "(30,50)";
     origin = "top-right";
     transparency = 10;
     frame_color = "#eceff1";