summaryrefslogtreecommitdiff
path: root/modules/bar/popouts/Content.qml
diff options
context:
space:
mode:
authorATMDA <atdma2600@gmail.com>2025-11-10 14:25:06 -0500
committerATMDA <atdma2600@gmail.com>2025-11-10 14:25:06 -0500
commitbd61cbaac5ef765696bfa786dabff977ab6d03e9 (patch)
tree6ba43cf7deb8355016d091804a9caebbc2eee6ff /modules/bar/popouts/Content.qml
parentcontrolcenter: polishing appearance panel (diff)
downloadcaelestia-shell-bd61cbaac5ef765696bfa786dabff977ab6d03e9.tar.gz
caelestia-shell-bd61cbaac5ef765696bfa786dabff977ab6d03e9.tar.bz2
caelestia-shell-bd61cbaac5ef765696bfa786dabff977ab6d03e9.zip
statusicons: added ethernet when active and popout
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 e3f569d..f8ef549 100644
--- a/modules/bar/popouts/Content.qml
+++ b/modules/bar/popouts/Content.qml
@@ -37,6 +37,11 @@ Item {
}
Popout {
+ name: "ethernet"
+ sourceComponent: Ethernet {}
+ }
+
+ Popout {
name: "bluetooth"
sourceComponent: Bluetooth {
wrapper: root.wrapper