diff options
| author | Don Williams <Don.e.williams@gmail.com> | 2026-07-11 12:43:06 -0400 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-08-29 21:40:34 -0700 |
| commit | 9c37ca9f3a96d7d8a4bd921984f2f8013343a0ef (patch) | |
| tree | c38a8e708b5bcd4266c2677c78af10c8a635a28d /config/quickshell | |
| parent | cbecfc1b7cb34580b2634e439ffd8169546bb893 (diff) | |
Fixing blur on qs-hyprview finally
Signed-off-by: Don Williams <Don.e.williams@gmail.com>
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
Diffstat (limited to 'config/quickshell')
| -rw-r--r-- | config/quickshell/qs-hyprview/modules/Hyprview.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
