summaryrefslogtreecommitdiff
path: root/config/BarConfig.qml
diff options
context:
space:
mode:
authorBora Gülerman <49169566+eratoriele@users.noreply.github.com>2025-11-26 07:45:49 +0300
committerGitHub <noreply@github.com>2025-11-26 15:45:49 +1100
commit24b313497f22f837577371675c145ba9b51d7ee5 (patch)
tree6cbbb9c45ef244a9c3443ada52af3e3ac0684882 /config/BarConfig.qml
parentbar/activewindow: add option to invert rotate (#922) (diff)
downloadcaelestia-shell-24b313497f22f837577371675c145ba9b51d7ee5.tar.gz
caelestia-shell-24b313497f22f837577371675c145ba9b51d7ee5.tar.bz2
caelestia-shell-24b313497f22f837577371675c145ba9b51d7ee5.zip
bar: add config option to disable on selected screens (#920)
* modules/drawers: Added a bar config option to disable the bar on selected screens Extended the visualizer on screens that the bar is hidden * modules/drawers: surrounded barwrapper with a loader * fix/modules/drawers: fix a null reference missed to fix a reference to bar object to barLoader.item * modules/drawers: added regex support also reverted the barLoader, added a disabled property to BarLoader instead * fix: module/drawers: applied requested changes
Diffstat (limited to 'config/BarConfig.qml')
-rw-r--r--config/BarConfig.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/BarConfig.qml b/config/BarConfig.qml
index daa2b34..a0ce4be 100644
--- a/config/BarConfig.qml
+++ b/config/BarConfig.qml
@@ -12,6 +12,7 @@ JsonObject {
property Status status: Status {}
property Clock clock: Clock {}
property Sizes sizes: Sizes {}
+ property list<string> excludedScreens: []
property list<var> entries: [
{