diff options
Diffstat (limited to 'modules/background')
| -rw-r--r-- | modules/background/Background.qml | 2 | ||||
| -rw-r--r-- | modules/background/DesktopClock.qml | 2 | ||||
| -rw-r--r-- | modules/background/Wallpaper.qml | 5 |
3 files changed, 5 insertions, 4 deletions
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 |