From d244eda9fe6d8cea4ced7ae88576925554ffc78b Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Sun, 22 Sep 2024 17:56:37 -0700 Subject: [PATCH] Update config.mdx --- docs/config.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config.mdx b/docs/config.mdx index 7e7d5f0..7909f8b 100644 --- a/docs/config.mdx +++ b/docs/config.mdx @@ -34,7 +34,7 @@ use ":" as level separators. | autoupdate:channel | string | the auto update channel | | 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) | -| widow:blur | bool | set to enable window background blurring | +| window:blur | bool | set to enable window background blurring | | window:opacity | float64 | 0-1, window opacity | | window:bgcolor | string | set the window background color (should be hex: #xxxxxx) | | window:reducemotion | bool | set to true to disable most animations | @@ -57,4 +57,4 @@ For reference this is the current default configuration (v0.8.0): "window:tilegapsize": 3, "telemetry:enabled": true } -``` \ No newline at end of file +```