From ed0289df3bab18b47954a5cf171b066662f06f76 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Wed, 22 Oct 2025 01:46:52 +0200 Subject: [PATCH] adjust screenshot regions opacity --- dots/.config/quickshell/ii/modules/common/Config.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/quickshell/ii/modules/common/Config.qml b/dots/.config/quickshell/ii/modules/common/Config.qml index 44ae213b3..aab7931fb 100644 --- a/dots/.config/quickshell/ii/modules/common/Config.qml +++ b/dots/.config/quickshell/ii/modules/common/Config.qml @@ -356,7 +356,7 @@ Singleton { property bool layers: false property bool content: true property bool showLabel: false - property real opacity: 0.6 + property real opacity: 0.3 } property JsonObject circle: JsonObject { property int strokeWidth: 6