From 9c37ca9f3a96d7d8a4bd921984f2f8013343a0ef Mon Sep 17 00:00:00 2001 From: Don Williams Date: Sat, 11 Jul 2026 12:43:06 -0400 Subject: Fixing blur on qs-hyprview finally Signed-off-by: Don Williams On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/UserConfigs/UserDecorations.conf modified: config/hypr/configs/Keybinds.conf modified: config/hypr/configs/LayerRules.conf modified: config/quickshell/qs-hyprview/modules/Hyprview.qml --- config/quickshell/qs-hyprview/modules/Hyprview.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/quickshell') diff --git a/config/quickshell/qs-hyprview/modules/Hyprview.qml b/config/quickshell/qs-hyprview/modules/Hyprview.qml index d5d8d873..0efd25d4 100644 --- a/config/quickshell/qs-hyprview/modules/Hyprview.qml +++ b/config/quickshell/qs-hyprview/modules/Hyprview.qml @@ -23,7 +23,7 @@ PanelWindow { property bool specialActive: false property bool animateWindows: false property var lastPositions: {} - property real backdropOpacity: 0.12 + property real backdropOpacity: 0.2 anchors { top: true; bottom: true; left: true; right: true } color: "transparent" -- cgit v1.2.3