From a77a9515e6560e71aa120e9ffbd5d83b39fae1c7 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Sun, 23 Jun 2024 05:23:22 +0300 Subject: [PATCH] Wallpaper : Forest rocket. --- part/Style.nix | 2 +- part/Wallpaper.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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.