launcher overhaul

This commit is contained in:
Zacharias-Brohn
2026-02-17 17:12:34 +01:00
parent dbb930f39a
commit 9cf054a1c6
6 changed files with 7 additions and 119 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ Singleton {
FileView {
id: fileView
path: Quickshell.env("HOME") + "/.local/state/z-bar/wallpaper_path.json"
path: `${Paths.state}/wallpaper_path.json`
watchChanges: true
onFileChanged: reload()