From 7121a4ae30f50ea15a295a7880a68688c1f5ea0a Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Mon, 1 Sep 2025 08:39:10 +0200 Subject: [PATCH] disable transparency by default (why was this even on...) --- .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 2677f8572..f1f04e4eb 100644 --- a/.config/quickshell/ii/modules/common/Config.qml +++ b/.config/quickshell/ii/modules/common/Config.qml @@ -82,7 +82,7 @@ Singleton { property bool extraBackgroundTint: true property int fakeScreenRounding: 2 // 0: None | 1: Always | 2: When not fullscreen property JsonObject transparency: JsonObject { - property bool enable: true + property bool enable: false property bool automatic: true property real backgroundTransparency: 0.11 property real contentTransparency: 0.57