summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/BarConfig.qml39
1 files changed, 39 insertions, 0 deletions
diff --git a/config/BarConfig.qml b/config/BarConfig.qml
index 498b2f5..7ae4336 100644
--- a/config/BarConfig.qml
+++ b/config/BarConfig.qml
@@ -8,6 +8,45 @@ JsonObject {
property Status status: Status {}
property Sizes sizes: Sizes {}
+ property list<var> entries: [
+ {
+ id: "logo",
+ enabled: true
+ },
+ {
+ id: "workspaces",
+ enabled: true
+ },
+ {
+ id: "spacer",
+ enabled: true
+ },
+ {
+ id: "activeWindow",
+ enabled: true
+ },
+ {
+ id: "spacer",
+ enabled: true
+ },
+ {
+ id: "tray",
+ enabled: true
+ },
+ {
+ id: "clock",
+ enabled: true
+ },
+ {
+ id: "statusIcons",
+ enabled: true
+ },
+ {
+ id: "power",
+ enabled: true
+ },
+ ]
+
component Workspaces: JsonObject {
property int shown: 5
property bool rounded: true