From 8911381cb2f30047569e2d3cc5ff30829e585e85 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Sat, 26 Jul 2025 20:37:38 -0400 Subject: [PATCH] move --- modules/Shortcuts.qml | 2 +- {widget => widgets}/LuxShortcut.qml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {widget => widgets}/LuxShortcut.qml (100%) diff --git a/modules/Shortcuts.qml b/modules/Shortcuts.qml index 3085709..d965bec 100644 --- a/modules/Shortcuts.qml +++ b/modules/Shortcuts.qml @@ -1,5 +1,5 @@ +import qs.widgets import Quickshell -import "../widget/" Scope { id: root diff --git a/widget/LuxShortcut.qml b/widgets/LuxShortcut.qml similarity index 100% rename from widget/LuxShortcut.qml rename to widgets/LuxShortcut.qml