From c5381c5194adf97c240acb98eb4c4c950633b325 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 4 Aug 2025 22:45:15 +1000 Subject: internal: refactor widgets folder Split into subdirs and rename to components --- modules/background/Background.qml | 2 +- modules/background/DesktopClock.qml | 2 +- modules/background/Wallpaper.qml | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) (limited to 'modules/background') diff --git a/modules/background/Background.qml b/modules/background/Background.qml index 09eed3c..3da8bf9 100644 --- a/modules/background/Background.qml +++ b/modules/background/Background.qml @@ -1,4 +1,4 @@ -import qs.widgets +import qs.components.containers import qs.config import Quickshell import Quickshell.Wayland diff --git a/modules/background/DesktopClock.qml b/modules/background/DesktopClock.qml index a0e3f13..6dc6b6b 100644 --- a/modules/background/DesktopClock.qml +++ b/modules/background/DesktopClock.qml @@ -1,4 +1,4 @@ -import qs.widgets +import qs.components import qs.services import qs.config import QtQuick diff --git a/modules/background/Wallpaper.qml b/modules/background/Wallpaper.qml index 2ec4927..a427d4f 100644 --- a/modules/background/Wallpaper.qml +++ b/modules/background/Wallpaper.qml @@ -1,7 +1,8 @@ pragma ComponentBehavior: Bound -import qs.widgets -import qs.widgets.filedialog +import qs.components +import qs.components.images +import qs.components.filedialog import qs.services import qs.config import qs.utils -- cgit v1.2.3-freya