diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-07-10 13:37:34 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-07-10 13:37:34 +1000 |
| commit | 6222f969d4e641582544c90053a1fc6fc61da338 (patch) | |
| tree | 56666f952e712717443b0223b81cc7275aa0acd4 /modules/bar/Bar.qml | |
| parent | feat: drag launcher to open/close (diff) | |
| download | caelestia-shell-6222f969d4e641582544c90053a1fc6fc61da338.tar.gz caelestia-shell-6222f969d4e641582544c90053a1fc6fc61da338.tar.bz2 caelestia-shell-6222f969d4e641582544c90053a1fc6fc61da338.zip | |
feat: non persistent bar option
Diffstat (limited to 'modules/bar/Bar.qml')
| -rw-r--r-- | modules/bar/Bar.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bar/Bar.qml b/modules/bar/Bar.qml index 13eb7ba..39b9624 100644 --- a/modules/bar/Bar.qml +++ b/modules/bar/Bar.qml @@ -1,7 +1,7 @@ import "root:/widgets" import "root:/services" import "root:/config" -import "root:/modules/bar/popouts" as BarPopouts +import "popouts" as BarPopouts import "components" import "components/workspaces" import Quickshell |