diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-29 09:38:23 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-29 09:38:23 +1000 |
| commit | 46e1127b66a435dc4ba4b8e3ce57715da24b7743 (patch) | |
| tree | f0451a122d6234240e5688110f1b03133423352f /modules/bar/Bar.qml | |
| parent | refactor: appearance fix typing (diff) | |
| download | caelestia-shell-46e1127b66a435dc4ba4b8e3ce57715da24b7743.tar.gz caelestia-shell-46e1127b66a435dc4ba4b8e3ce57715da24b7743.tar.bz2 caelestia-shell-46e1127b66a435dc4ba4b8e3ce57715da24b7743.zip | |
refactor: move bar components into folder
Diffstat (limited to 'modules/bar/Bar.qml')
| -rw-r--r-- | modules/bar/Bar.qml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/bar/Bar.qml b/modules/bar/Bar.qml index 160b8b6..8eccf07 100644 --- a/modules/bar/Bar.qml +++ b/modules/bar/Bar.qml @@ -1,6 +1,7 @@ import "root:/widgets" import "root:/config" -import "workspaces" +import "components" +import "components/workspaces" import Quickshell import Quickshell.Wayland import QtQuick |