From 621d4e4d92a2eb28ea5b1cce59dee974c2463579 Mon Sep 17 00:00:00 2001 From: bbedward Date: Sat, 29 Nov 2025 23:12:12 -0500 Subject: [PATCH] dankbar: remove barTint Shape --- quickshell/Modules/DankBar/BarCanvas.qml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/quickshell/Modules/DankBar/BarCanvas.qml b/quickshell/Modules/DankBar/BarCanvas.qml index a46e0861..0fb6c40f 100644 --- a/quickshell/Modules/DankBar/BarCanvas.qml +++ b/quickshell/Modules/DankBar/BarCanvas.qml @@ -90,24 +90,6 @@ Item { } } - Shape { - id: barTint - anchors.fill: parent - preferredRendererType: Shape.CurveRenderer - - readonly property real alphaTint: (barWindow._bgColor?.a ?? 1) < 0.99 ? (Theme.stateLayerOpacity ?? 0) : 0 - - ShapePath { - fillColor: Qt.rgba(Theme.surface.r, Theme.surface.g, Theme.surface.b, barTint.alphaTint) - strokeColor: "transparent" - strokeWidth: 0 - - PathSvg { - path: root.mainPath - } - } - } - Shape { id: barBorder anchors.fill: parent