Add region based holidays (not only country wide)
This commit is contained in:
parent
c646a1de0d
commit
d3caca661b
4 changed files with 46 additions and 9 deletions
|
|
@ -37,6 +37,9 @@ Singleton {
|
|||
JsonAdapter {
|
||||
id: settingAdapter
|
||||
property string weatherCity: "Dinslaken"
|
||||
property string countryCode: ""
|
||||
property string regionCode: ""
|
||||
property string weatherCountry: ""
|
||||
property string profileImage: Quickshell.env("HOME") + "/.face"
|
||||
property bool useFahrenheit: false
|
||||
property string wallpaperFolder: "/usr/share/wallpapers"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue