wlogout: fix broken background url
This commit is contained in:
parent
a8d0edb742
commit
b1529215a6
|
@ -29,7 +29,7 @@ in
|
|||
}
|
||||
|
||||
window {
|
||||
background: url("../../.cache/blurred_wallpaper.png");
|
||||
background: url("${config.home.homeDirectory}/.cache/wallpaper/blurred.png");
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue