quickshell: first run: set wallpaper iff none set

This commit is contained in:
end-4
2025-06-17 09:07:09 +02:00
parent 45b31f1eae
commit 265d3fdbdc
@@ -27,7 +27,7 @@ Singleton {
}
function handleFirstRun() {
Hyprland.dispatch(`exec '${Directories.wallpaperSwitchScriptPath}' '${root.defaultWallpaperPath}'`)
Hyprland.dispatch(`exec swww query | grep 'image' || '${Directories.wallpaperSwitchScriptPath}' '${root.defaultWallpaperPath}'`)
Hyprland.dispatch(`exec qs -p '${root.welcomeQmlPath}'`)
}