From 24d5cacdb01df67f3fb65e94373fc33fc1c51bf7 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Thu, 15 Aug 2024 09:05:11 -0400 Subject: [PATCH] hosts: fix wallpaper --- hosts/common/default.nix | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/hosts/common/default.nix b/hosts/common/default.nix index 489ca7f9..53be2008 100644 --- a/hosts/common/default.nix +++ b/hosts/common/default.nix @@ -18,7 +18,15 @@ stylix = { enable = true; base16Scheme = "${pkgs.base16-schemes}/share/themes/rose-pine-moon.yaml"; - image = ../../_img/hyprland.png; + + image = let + wallpapers = builtins.fetchGit { + url = "https://github.com/alyraffauf/wallpapers.git"; + rev = "21018eef106928c7c44d206c6c3730cce5f781f3"; + ref = "master"; + }; + in "${wallpapers}/wallhaven-mp886k.jpg"; + imageScalingMode = "fill"; polarity = "dark"; @@ -46,7 +54,7 @@ }; opacity = { - applications = 0.8; + applications = 1.0; desktop = 0.8; terminal = 0.8; popups = 0.8;