From 33fdc1cdc7725ac63b5487463d1ca4a958e609c8 Mon Sep 17 00:00:00 2001 From: darksignal7 Date: Sun, 5 Oct 2025 21:27:01 +0300 Subject: [PATCH] set showQuote false by default --- .config/quickshell/ii/modules/common/Config.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/ii/modules/common/Config.qml b/.config/quickshell/ii/modules/common/Config.qml index a27f44565..484f86643 100644 --- a/.config/quickshell/ii/modules/common/Config.qml +++ b/.config/quickshell/ii/modules/common/Config.qml @@ -146,7 +146,7 @@ Singleton { property string wallpaperPath: "" property string thumbnailPath: "" property string quote: "" - property bool showQuote: true + property bool showQuote: false property bool hideWhenFullscreen: true property JsonObject parallax: JsonObject { property bool vertical: false