From 8e8ea841dec20b587e425412ff1fd452eeab88a7 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 2 May 2025 13:46:44 +1000 Subject: feat: launcher base --- config/LauncherConfig.qml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 config/LauncherConfig.qml (limited to 'config/LauncherConfig.qml') diff --git a/config/LauncherConfig.qml b/config/LauncherConfig.qml new file mode 100644 index 0000000..1b9efc0 --- /dev/null +++ b/config/LauncherConfig.qml @@ -0,0 +1,12 @@ +pragma Singleton + +import Quickshell +import QtQuick + +Singleton { + readonly property Sizes sizes: Sizes {} + + component Sizes: QtObject { + property int width: 600 + } +} -- cgit v1.2.3-freya