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
@@ -124,6 +124,13 @@ Singleton {
property bool alwaysShowNumbers: false
property int showNumberDelay: 300 // milliseconds
}
property JsonObject weather: JsonObject {
property bool enable: false
property bool enableGPS: true // gps based location
property string city: "" // When 'enableGPS' is false
property bool useUSCS: false // Instead of metric (SI) units
property int fetchInterval: 10 // minutes
}
}
property JsonObject battery: JsonObject {