mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Avoid hardcoding test wallpaper path
This commit is contained in:
@@ -6,7 +6,7 @@ import qs.Services
|
|||||||
ShellRoot {
|
ShellRoot {
|
||||||
|
|
||||||
property var modelData
|
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 {
|
Variants {
|
||||||
model: Quickshell.screens
|
model: Quickshell.screens
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ import Quickshell.Wayland
|
|||||||
import qs.Services
|
import qs.Services
|
||||||
|
|
||||||
ShellRoot {
|
ShellRoot {
|
||||||
property string wallpaperSource: "/home/lysec/Pictures/wallpapers/wallhaven-6lqvql.jpg"
|
property string wallpaperSource: Qt.resolvedUrl("../../Assets/Tests/wallpaper.png")
|
||||||
property var modelData
|
property var modelData
|
||||||
|
|
||||||
Variants {
|
Variants {
|
||||||
|
|||||||
Reference in New Issue
Block a user