summaryrefslogtreecommitdiff
path: root/shell.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-05 10:19:46 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-05 10:19:46 +1000
commitc665c0ca98d72c172893e8bbd9c893aaa2b9f46e (patch)
tree160713bc48b5332c0534d0d235ef7f100344eb58 /shell.qml
parentbar: add scroll actions to fillers (diff)
downloadcaelestia-shell-c665c0ca98d72c172893e8bbd9c893aaa2b9f46e.tar.gz
caelestia-shell-c665c0ca98d72c172893e8bbd9c893aaa2b9f46e.tar.bz2
caelestia-shell-c665c0ca98d72c172893e8bbd9c893aaa2b9f46e.zip
feat: border + colour changes
Diffstat (limited to 'shell.qml')
-rw-r--r--shell.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell.qml b/shell.qml
index 38054f5..48cdd00 100644
--- a/shell.qml
+++ b/shell.qml
@@ -1,10 +1,12 @@
import "modules/bar"
import "modules/launcher"
import "modules/osd"
+import "modules/background"
import Quickshell
ShellRoot {
Bar {}
Launcher {}
Osd {}
+ Background {}
}