From 9a7cf1242d296dbdb9c03df48ab09054960295aa Mon Sep 17 00:00:00 2001 From: Leander Scherer Date: Mon, 18 May 2026 21:48:24 +0200 Subject: feat(quickshell): basic bar, tray, notification --- modules/system/quickshell/Squircle.qml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create 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 new file mode 100644 index 0000000..1d505c9 --- /dev/null +++ b/modules/system/quickshell/Squircle.qml @@ -0,0 +1,12 @@ +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