summaryrefslogtreecommitdiff
path: root/modules/dashboard/Content.qml
diff options
context:
space:
mode:
authorEzekiel Gonzales <141341590+notsoeazy@users.noreply.github.com>2026-01-03 15:25:11 +0800
committerGitHub <noreply@github.com>2026-01-03 18:25:11 +1100
commit7d92c19358fe92c19870b75b3b6f06e73ed2da78 (patch)
tree3c071fc1570ace6db5a4f87e0e1a38e398bb6d30 /modules/dashboard/Content.qml
parentMerge pull request #906 from atdma/main (diff)
downloadcaelestia-shell-7d92c19358fe92c19870b75b3b6f06e73ed2da78.tar.gz
caelestia-shell-7d92c19358fe92c19870b75b3b6f06e73ed2da78.tar.bz2
caelestia-shell-7d92c19358fe92c19870b75b3b6f06e73ed2da78.zip
dashboard: add weather tab
dashboard: Added Weather tab that shows weather forecast
Diffstat (limited to '')
-rw-r--r--modules/dashboard/Content.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/dashboard/Content.qml b/modules/dashboard/Content.qml
index 707bee3..7809a27 100644
--- a/modules/dashboard/Content.qml
+++ b/modules/dashboard/Content.qml
@@ -106,6 +106,10 @@ Item {
index: 2
sourceComponent: Performance {}
}
+
+ Pane {
+ sourceComponent: Weather {}
+ }
}
Behavior on contentX {