diff --git a/options.xhtml b/options.xhtml index 3a93f7243..5df2bd579 100644 --- a/options.xhtml +++ b/options.xhtml @@ -82051,7 +82051,8 @@ list of package

-

Settings written as JSON to `~/.config/vicinae/settings.json.

+

Settings written as JSON to ~/.config/vicinae/settings.json. +See vicinae config default.

Type: JSON value

@@ -82060,21 +82061,13 @@ JSON value

{ }

Example:

{
-  faviconService = "twenty";
-  font = {
-    size = 10;
-  };
-  popToRootOnClose = false;
-  rootSearch = {
-    searchFiles = false;
-  };
+  favicon_service = "twenty";
+  font.normal.size = 10;
+  pop_to_root_on_close=false;
+  search_files_in_root= false;
   theme = {
-    name = "vicinae-dark";
-  };
-  window = {
-   csd = true;
-   opacity = 0.95;
-   rounding = 10;
+    dark.name = "vicinae-dark";
+    light.name = "vicinae-light";
   };
 }