feat: Update wallpapers
All checks were successful
Flake checker / Build Nix targets (push) Successful in 22m43s

This commit is contained in:
2026-03-05 18:04:01 +05:30
parent eaf994c5b5
commit 8cdb41674c

View File

@@ -8,8 +8,10 @@
wallpapers = import ../../utils/wallhaven.nix {inherit pkgs;}; wallpapers = import ../../utils/wallhaven.nix {inherit pkgs;};
nextcloudWallpapers = name: config.home.homeDirectory + "/Nextcloud/Wallpapers/" + name; nextcloudWallpapers = name: config.home.homeDirectory + "/Nextcloud/Wallpapers/" + name;
# silksongFleas = nextcloudWallpapers "silksong-fleas.jpg"; # silksongFleas = nextcloudWallpapers "silksong-fleas.jpg";
bocchiVertical = nextcloudWallpapers "bocchi-vertical.jpg";
silksongShadeLord = nextcloudWallpapers "silksong-shadelord.jpg"; # The artist https://www.bilibili.com/video/BV1s44y1S7MM/
bocchiVertical = nextcloudWallpapers "bocchi-guitar.jpg";
frieren = nextcloudWallpapers "frieren.png";
in { in {
enable = device.is "ryu"; enable = device.is "ryu";
settings = { settings = {
@@ -17,12 +19,12 @@
wallpaper = [ wallpaper = [
{ {
monitor = device.monitors.primary; monitor = device.monitors.primary;
path = silksongShadeLord; path = wallpapers.moon;
fit_mode = "cover"; fit_mode = "cover";
} }
{ {
monitor = device.monitors.secondary; monitor = device.monitors.secondary;
path = wallpapers.frieren_3; path = frieren;
fit_mode = "cover"; fit_mode = "cover";
} }
{ {