summaryrefslogtreecommitdiff
path: root/modules/bar
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bar')
-rw-r--r--modules/bar/Bar.qml34
1 files changed, 1 insertions, 33 deletions
diff --git a/modules/bar/Bar.qml b/modules/bar/Bar.qml
index 420ad18..49ab55c 100644
--- a/modules/bar/Bar.qml
+++ b/modules/bar/Bar.qml
@@ -46,39 +46,7 @@ Variants {
anchors.fill: parent
currentIndex: 1
- // Item {
- Pills {
- id: content
- }
- // }
+ Pills {}
}
-
- // Box {
- // id: contents
-
- // padding: [Appearance.padding.normal, Appearance.padding.large, 0, Appearance.padding.large]
-
- // BoxLayout {
- // vertical: win.vertical
- // spacing: Appearance.spacing.larger
- // padding: [0, Appearance.padding.large]
- // color: Appearance.alpha(Appearance.colours.base, false)
- // radius: Appearance.rounding.full
-
- // OsIcon {}
-
- // Workspaces {
- // vertical: win.vertical
- // }
-
- // Clock {
- // vertical: win.vertical
- // }
-
- // ActiveWindow {
- // vertical: win.vertical
- // }
- // }
- // }
}
}