feat(modules/bar): add weather bar (#1520)

This commit is contained in:
end-4
2025-07-05 11:50:52 +02:00
committed by GitHub
10 changed files with 532 additions and 64 deletions
@@ -138,4 +138,14 @@ ContentPage {
}
}
}
ContentSection {
title: "Weather"
ConfigSwitch {
text: "enable"
checked: Config.options.bar.weather.enable
onCheckedChanged: {
Config.options.bar.weather.enable = checked;
}
}
}
}