test
This commit is contained in:
@@ -19,7 +19,7 @@ Singleton {
|
||||
|
||||
property string wallpaperDir: s_json.wallpaperDir
|
||||
|
||||
property string settingsDir: "/home/" + Quickshell.env("USER") + "/.config/aurora"
|
||||
property string settingsDir: Quickshell.env("SETTINGS")
|
||||
onSettingsDirChanged: reload()
|
||||
|
||||
function reload() {
|
||||
@@ -36,7 +36,7 @@ Singleton {
|
||||
|
||||
id: settings
|
||||
|
||||
path: root.settingsDir + "/settings.json"
|
||||
path: root.settingsDir
|
||||
|
||||
watchChanges: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user