From 0bd80939523b843fbdefb9b1eab7019c0dd19033 Mon Sep 17 00:00:00 2001 From: Don Williams Date: Sat, 11 Jul 2026 20:23:14 -0400 Subject: Fixed qs overview and qs-hyprview Fixed lua bindings, layerrules and set overview to not show special workstations and show empty workspaces Signed-off-by: Don Williams On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/quickshell/overview/common/Config.qml new file: config/quickshell/overview/common/widgets/RectangularShadow.qml modified: config/quickshell/overview/common/widgets/StyledRectangularShadow.qml modified: config/quickshell/overview/common/widgets/qmldir modified: config/quickshell/overview/config.example.json --- config/quickshell/overview/common/widgets/StyledRectangularShadow.qml | 1 - 1 file changed, 1 deletion(-) (limited to 'config/quickshell/overview/common/widgets/StyledRectangularShadow.qml') diff --git a/config/quickshell/overview/common/widgets/StyledRectangularShadow.qml b/config/quickshell/overview/common/widgets/StyledRectangularShadow.qml index ccdff1ac..dba2159f 100644 --- a/config/quickshell/overview/common/widgets/StyledRectangularShadow.qml +++ b/config/quickshell/overview/common/widgets/StyledRectangularShadow.qml @@ -3,7 +3,6 @@ import QtQuick.Effects import ".." RectangularShadow { - required property var target anchors.fill: target radius: 20 blur: 0.9 * Appearance.sizes.elevationMargin -- cgit v1.2.3