From acbc2be6cfd98e1686517fe600fd73767353ca09 Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Thu, 3 Oct 2024 11:15:13 -0700 Subject: [PATCH] Update configs requiring restart (#43) --- docs/config.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/config.mdx b/docs/config.mdx index 4291a6e..9838bda 100644 --- a/docs/config.mdx +++ b/docs/config.mdx @@ -33,9 +33,9 @@ use ":" as level separators. | autoupdate:installonquit | bool | whether to automatically install updates on quit (requires app restart) | | autoupdate:channel | string | the auto update channel "latest" (stable builds), or "beta" (updated more frequently) (requires app restart) | | widget:showhelp | bool | whether to show help/tips widgets in right sidebar | -| window:transparent | bool | set to true to enable window transparency (on platform where it is supported) | -| window:blur | bool | set to enable window background blurring | -| window:opacity | float64 | 0-1, window opacity | +| window:transparent | bool | set to true to enable window transparency (macOS and Windows only, requires app restart, see [note on Windows compatibility](https://www.electronjs.org/docs/latest/tutorial/window-customization#limitations)) | +| window:blur | bool | set to enable window background blurring (macOS and Windows only, requires app restart, see [note on Windows compatibility](https://www.electronjs.org/docs/latest/tutorial/window-customization#limitations)) | +| window:opacity | float64 | 0-1, window opacity when `window:transparent` or `window:blur` are set | | window:bgcolor | string | set the window background color (should be hex: #xxxxxx) | | window:reducedmotion | bool | set to true to disable most animations | | window:tilegapsize | int | set to change override default gap between blocks | @@ -43,7 +43,7 @@ use ":" as level separators. | window:disablehardwareacceleration | bool | set to disable Chromium hardware acceleration to resolve graphical bugs (requires app restart) | | telemetry:enabled | bool | set to enable/disable telemetry | -For reference this is the current default configuration (v0.8.3): +For reference this is the current default configuration (v0.8.8): ```json {