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-22 08:33:36 -0500
commit2c2805abc3dc41ecfb6c48d3707d23423568c5a2 (patch)
tree71dab16530ad4c0bc47b08d7dec1107093879f37 /shell.qml
parentonly show active workspaces, fix colors (diff)
downloadcaelestia-shell-2c2805abc3dc41ecfb6c48d3707d23423568c5a2.tar.gz
caelestia-shell-2c2805abc3dc41ecfb6c48d3707d23423568c5a2.tar.bz2
caelestia-shell-2c2805abc3dc41ecfb6c48d3707d23423568c5a2.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
}