From b1529215a65cd070c208f34dc8771e76f7a7d4a8 Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Mon, 21 Oct 2024 15:41:31 +0700 Subject: [PATCH] wlogout: fix broken background url --- home/modules/hyprland/wlogout.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/hyprland/wlogout.nix b/home/modules/hyprland/wlogout.nix index 95e4b11..1052238 100644 --- a/home/modules/hyprland/wlogout.nix +++ b/home/modules/hyprland/wlogout.nix @@ -29,7 +29,7 @@ in } window { - background: url("../../.cache/blurred_wallpaper.png"); + background: url("${config.home.homeDirectory}/.cache/wallpaper/blurred.png"); background-size: cover; }