summaryrefslogtreecommitdiff
path: root/modules/bar/popouts/Content.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bar/popouts/Content.qml')
-rw-r--r--modules/bar/popouts/Content.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/bar/popouts/Content.qml b/modules/bar/popouts/Content.qml
index 6b65f56..43f2c8e 100644
--- a/modules/bar/popouts/Content.qml
+++ b/modules/bar/popouts/Content.qml
@@ -27,6 +27,11 @@ Item {
}
Popout {
+ name: "network"
+ source: "Network.qml"
+ }
+
+ Popout {
name: "battery"
source: "Battery.qml"
}