diff --git a/part/Style.nix b/part/Style.nix index 0657d7eb..551c733b 100644 --- a/part/Style.nix +++ b/part/Style.nix @@ -75,7 +75,7 @@ }; window = { - gap = 12; + gap = 10; border = 4; }; } diff --git a/part/Wallpaper.nix b/part/Wallpaper.nix index b06e732b..3aa744ba 100644 --- a/part/Wallpaper.nix +++ b/part/Wallpaper.nix @@ -1,6 +1,6 @@ { pkgs, ... }: let - url = "https://i.imgur.com/rmRsEtO.jpeg"; - sha256 = "sha256-def6O2CEjubDfKiL/d7h9IE+Q5bXa4iY093nzl0t8oA="; + url = "https://i.imgur.com/0RldJsX.jpeg"; + sha256 = "sha256-hbbUz9+m/bLahDiflAoio6+4H0DHfxlbh92cWSjE4R4="; # Sometimes stylix does not generate enough contrast for text. # This setting forces white text to ensure contrast on dark backgrounds.