Avoid hardcoding test wallpaper path

This commit is contained in:
Ly-sec 2025-08-10 13:11:29 +02:00
parent afd69ffbed
commit f4e992bf83
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ import qs.Services
ShellRoot {
property var modelData
property string wallpaperSource: "/home/seb/Development/misc/Noctalia/Assets/Tests/wallpaper.png"
property string wallpaperSource: Qt.resolvedUrl("../../Assets/Tests/wallpaper.png")
Variants {
model: Quickshell.screens

View file

@ -5,7 +5,7 @@ import Quickshell.Wayland
import qs.Services
ShellRoot {
property string wallpaperSource: "/home/lysec/Pictures/wallpapers/wallhaven-6lqvql.jpg"
property string wallpaperSource: Qt.resolvedUrl("../../Assets/Tests/wallpaper.png")
property var modelData
Variants {