From 67b7245bf96cf954d90719e800cf9618ffaa4feb Mon Sep 17 00:00:00 2001 From: Leander Scherer Date: Mon, 29 Jun 2026 21:08:42 +0200 Subject: chore: cleanup sway, quickshell --- modules/system/quickshell/Squircle.qml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 modules/system/quickshell/Squircle.qml (limited to 'modules/system/quickshell/Squircle.qml') diff --git a/modules/system/quickshell/Squircle.qml b/modules/system/quickshell/Squircle.qml deleted file mode 100644 index 1d505c9..0000000 --- a/modules/system/quickshell/Squircle.qml +++ /dev/null @@ -1,12 +0,0 @@ -import QtQuick - -ShaderEffect { - id: root - - property color fillColor: "transparent" - property color strokeColor: "transparent" - property real strokeWidth: 0 - property real cornerRadius: 12 - - fragmentShader: "squircle.qsb" -} -- cgit v1.3.1