aboutsummaryrefslogtreecommitdiff
path: root/modules/system/quickshell/Squircle.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/quickshell/Squircle.qml')
-rw-r--r--modules/system/quickshell/Squircle.qml12
1 files changed, 0 insertions, 12 deletions
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"
-}