From ea66a576f4ac71779e1f244c8807aaeba0dd0552 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Thu, 26 Jun 2025 21:37:36 +0000 Subject: [PATCH] deploy: 080e8b48b0318b38143d5865de9334f46d51fce3 --- options.xhtml | 42 +++++++++++++++++++----------------------- 1 file changed, 19 insertions(+), 23 deletions(-) diff --git a/options.xhtml b/options.xhtml index 370c19271..387250cd7 100644 --- a/options.xhtml +++ b/options.xhtml @@ -85937,29 +85937,25 @@ attribute set of (INI atom (null, bool, int, float or string) or attribute set o

Default: { }

-

Example:

''
-  {
-    actions = true;
-    anchor = "top-right";
-    background-color = "#000000";
-    border-color = "#FFFFFF";
-    border-radius = 0;
-    default-timeout = 0;
-    font = "monospace 10";
-    height = 100;
-    width = 300;
-    icons = true;
-    ignore-timeout = false;
-    layer = "top";
-    margin = 10;
-    markup = true;
-  
-    # Section example
-    "actionable=true" = {
-      anchor = "top-left";
-    };
-  }
-''
+

Example:

{
+  "actionable=true" = {
+    anchor = "top-left";
+  };
+  actions = true;
+  anchor = "top-right";
+  background-color = "#000000";
+  border-color = "#FFFFFF";
+  border-radius = 0;
+  default-timeout = 0;
+  font = "monospace 10";
+  height = 100;
+  icons = true;
+  ignore-timeout = false;
+  layer = "top";
+  margin = 10;
+  markup = true;
+  width = 300;
+}
 

Declared by: