summaryrefslogtreecommitdiff
path: root/shell.qml
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-01-09 15:15:49 -0500
committerFreya Murphy <freya@freyacat.org>2026-01-09 15:15:49 -0500
commitd8efeffaf11bca0fd4d14b67b5dcc3ffa4cb972d (patch)
tree38b012373dce50c8eecdfaad36332fb6a362f698 /shell.qml
parentonly show active workspaces, fix colors (diff)
downloadcaelestia-shell-d8efeffaf11bca0fd4d14b67b5dcc3ffa4cb972d.tar.gz
caelestia-shell-d8efeffaf11bca0fd4d14b67b5dcc3ffa4cb972d.tar.bz2
caelestia-shell-d8efeffaf11bca0fd4d14b67b5dcc3ffa4cb972d.zip
remove more stuffff
Diffstat (limited to '')
-rw-r--r--shell.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell.qml b/shell.qml
index 3ce7776..aa23e0a 100644
--- a/shell.qml
+++ b/shell.qml
@@ -5,14 +5,12 @@
import "modules"
import "modules/drawers"
import "modules/background"
-import "modules/areapicker"
import "modules/lock"
import Quickshell
ShellRoot {
Background {}
Drawers {}
- AreaPicker {}
Lock {
id: lock
}