summaryrefslogtreecommitdiff
path: root/modules/bar/Bar.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-12 18:29:49 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-12 18:29:49 +1000
commit5fc37bbe0d951f7119e30663bfb9b9e9f0e0d582 (patch)
tree667d0ec7d0fbfde754f745338e76c2457775b9b3 /modules/bar/Bar.qml
parentlauncher: fix exclusion with utilities (diff)
downloadcaelestia-shell-5fc37bbe0d951f7119e30663bfb9b9e9f0e0d582.tar.gz
caelestia-shell-5fc37bbe0d951f7119e30663bfb9b9e9f0e0d582.tar.bz2
caelestia-shell-5fc37bbe0d951f7119e30663bfb9b9e9f0e0d582.zip
bar: remove idle inhibitor
Use the one in the utilities panel instead
Diffstat (limited to 'modules/bar/Bar.qml')
-rw-r--r--modules/bar/Bar.qml6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/bar/Bar.qml b/modules/bar/Bar.qml
index 9cd5d24..ea7ec7f 100644
--- a/modules/bar/Bar.qml
+++ b/modules/bar/Bar.qml
@@ -143,12 +143,6 @@ ColumnLayout {
}
}
}
- DelegateChoice {
- roleValue: "idleInhibitor"
- delegate: WrappedLoader {
- sourceComponent: IdleInhibitor {}
- }
- }
}
}