summaryrefslogtreecommitdiff
path: root/modules/dashboard/Tabs.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/Tabs.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 'modules/dashboard/Tabs.qml')
-rw-r--r--modules/dashboard/Tabs.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/dashboard/Tabs.qml b/modules/dashboard/Tabs.qml
index aecb4fa..98ea880 100644
--- a/modules/dashboard/Tabs.qml
+++ b/modules/dashboard/Tabs.qml
@@ -45,6 +45,11 @@ Item {
text: qsTr("Performance")
}
+ Tab {
+ iconName: "cloud"
+ text: qsTr("Weather")
+ }
+
// Tab {
// iconName: "workspaces"
// text: qsTr("Workspaces")