diff --git a/quickshell/Modules/DankBar/DankBarWindow.qml b/quickshell/Modules/DankBar/DankBarWindow.qml index 22f3a7d8a..aa448acc6 100644 --- a/quickshell/Modules/DankBar/DankBarWindow.qml +++ b/quickshell/Modules/DankBar/DankBarWindow.qml @@ -240,7 +240,7 @@ PanelWindow { id: barBlur visible: false - readonly property bool barHasTransparency: barWindow._backgroundAlpha > 0 && barWindow._backgroundAlpha < 1 + readonly property bool barHasTransparency: barWindow._backgroundAlpha < 1 function rebuild() { teardown();