From 4eb2cdc632aff857ab4dd7bc0dc7283a3ad06e06 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Tue, 26 Nov 2024 04:34:24 +0300 Subject: [PATCH] Wallpaper: Fuchsia. --- option/Wallpaper.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/option/Wallpaper.nix b/option/Wallpaper.nix index eef86c09..cd01cfe2 100644 --- a/option/Wallpaper.nix +++ b/option/Wallpaper.nix @@ -4,9 +4,9 @@ lib, ... }: let - url = "https://i.imgur.com/4W9pdaz.jpeg"; - sha256 = "sha256-p7GmF/0LN6LcilH6rgJh2/d/c+4FQ3tXhhb9S+LEVjA="; - forceContrastText = false; + url = "https://i.imgur.com/LIfflTM.jpeg"; + sha256 = "sha256-Clrk3x9oFBizYLcV7B2dWLD7BhsX2iuwH/8pk0lTJUI="; + forceContrastText = true; in { options.module.wallpaper = { forceContrastText = lib.mkOption {