hosts: fix wallpaper
Some checks are pending
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run

This commit is contained in:
Aly Raffauf 2024-08-15 09:05:11 -04:00
parent 37905c5494
commit 24d5cacdb0

View file

@ -18,7 +18,15 @@
stylix = { stylix = {
enable = true; enable = true;
base16Scheme = "${pkgs.base16-schemes}/share/themes/rose-pine-moon.yaml"; 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"; imageScalingMode = "fill";
polarity = "dark"; polarity = "dark";
@ -46,7 +54,7 @@
}; };
opacity = { opacity = {
applications = 0.8; applications = 1.0;
desktop = 0.8; desktop = 0.8;
terminal = 0.8; terminal = 0.8;
popups = 0.8; popups = 0.8;