From dd73b1c3e5a3f14c70b63e076e75344daec8dd0b Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Tue, 29 Jul 2025 14:19:48 +0200 Subject: [PATCH] change wallpaper Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- themes/catppuccin.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/catppuccin.nix b/themes/catppuccin.nix index 4bc8ec7..14343e3 100644 --- a/themes/catppuccin.nix +++ b/themes/catppuccin.nix @@ -7,7 +7,7 @@ options.theme = lib.mkOption { type = lib.types.attrs; default = { - rounding = 15; + rounding = 17; gaps-in = 8; gaps-out = 8 * 2; active-opacity = 0.97; @@ -17,7 +17,7 @@ animation-speed = "fast"; # "fast" | "medium" | "slow" fetch = "none"; # "nerdfetch" | "neofetch" | "pfetch" | "none" textColorOnWallpaper = - config.lib.stylix.colors.base05; # Color of the text displayed on the wallpaper (Lockscreen, display manager, ...) + config.lib.stylix.colors.base01; # Color of the text displayed on the wallpaper (Lockscreen, display manager, ...) bar = { # Hyprpanel @@ -84,8 +84,8 @@ polarity = "dark"; image = pkgs.fetchurl { - url = "https://raw.githubusercontent.com/orangci/walls-catppuccin-mocha/master/cat-vibin.png"; - sha256 = "sha256-Hg27Gp4JBrYIC5B1Uaz8QkUskwD3pBhgEwE1FW7VBYo="; + url = "https://raw.githubusercontent.com/anotherhadi/awesome-wallpapers/refs/heads/main/app/static/wallpapers/railroad-cat.png"; + sha256 = "sha256-1fSJFS/Nco9Nse650ywLBW6c5UO9l6CbfQGJUfrvsx4="; }; }; }