From 1c6cdf340e3cb2e425231dffb21ee875750b793f Mon Sep 17 00:00:00 2001 From: servius Date: Sat, 23 May 2026 02:01:17 +0000 Subject: [PATCH] feat: Change some wallpapers --- home/services/hyprpaper.nix | 8 +++++--- 1 file(s) changed, 5 insertion(s)(+), 3 deletion(s)(-) diff --git a/home/services/hyprpaper.nix b/home/services/hyprpaper.nix --- a/home/services/hyprpaper.nix +++ b/home/services/hyprpaper.nix @@ -12,6 +12,7 @@ # The artist https://www.bilibili.com/video/BV1s44y1S7MM/ bocchiVertical = nextcloudWallpapers "bocchi-guitar.jpg"; frieren = nextcloudWallpapers "frieren.png"; + bloodBorne = nextcloudWallpapers "moon-presence.png"; in { enable = device.is "ryu"; settings = { @@ -19,17 +20,18 @@ splash = false; wallpaper = [ { monitor = device.monitors.primary; - path = wallpapers.moon; + path = frieren; fit_mode = "cover"; } { monitor = device.monitors.secondary; - path = frieren; + path = bloodBorne; fit_mode = "cover"; } { monitor = device.monitors.tertiary; - path = wallpapers.skull; + # path = wallpapers.skull; + path = wallpapers.moon; fit_mode = "cover"; } ]; -- tangled.sh