summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/Config.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/Config.qml b/config/Config.qml
index 3d7cca4..74e3f45 100644
--- a/config/Config.qml
+++ b/config/Config.qml
@@ -241,7 +241,8 @@ Singleton {
batteryWidth: bar.sizes.batteryWidth,
networkWidth: bar.sizes.networkWidth
},
- entries: bar.entries
+ entries: bar.entries,
+ excludedScreens: bar.excludedScreens
};
}