forked from Shinonome/dots-hyprland
bar: weather: disable by default
This commit is contained in:
@@ -123,16 +123,11 @@ Singleton {
|
|||||||
property int showNumberDelay: 300 // milliseconds
|
property int showNumberDelay: 300 // milliseconds
|
||||||
}
|
}
|
||||||
property JsonObject weather: JsonObject {
|
property JsonObject weather: JsonObject {
|
||||||
property bool enable: true
|
property bool enable: false
|
||||||
// gps based location
|
property bool enableGPS: true // gps based location
|
||||||
property bool enableGPS: true
|
property string city: "" // When 'enableGPS' is false
|
||||||
// use if 'enableGPS' is false
|
property bool useUSCS: false // Instead of metric (SI) units
|
||||||
property string city: ""
|
property int fetchInterval: 10 // minutes
|
||||||
// use uscs units
|
|
||||||
// by default use metric (SI) units
|
|
||||||
property bool useUSCS: false
|
|
||||||
// in minutes
|
|
||||||
property int fetchInterval: 10
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user