diff options
| author | Ezekiel Gonzales <141341590+notsoeazy@users.noreply.github.com> | 2026-01-03 15:25:11 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-03 18:25:11 +1100 |
| commit | 7d92c19358fe92c19870b75b3b6f06e73ed2da78 (patch) | |
| tree | 3c071fc1570ace6db5a4f87e0e1a38e398bb6d30 /modules/dashboard/Tabs.qml | |
| parent | Merge pull request #906 from atdma/main (diff) | |
| download | caelestia-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/Tabs.qml | 5 |
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") |