Add region based holidays (not only country wide)

This commit is contained in:
ly-sec 2025-07-20 20:28:33 +02:00
parent c646a1de0d
commit d3caca661b
4 changed files with 46 additions and 9 deletions

View file

@ -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"