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