From bd8a936a1df2324d0b83e09d485c1592be7d92e6 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Fri, 21 Feb 2025 16:25:04 +0100 Subject: [PATCH] change blur, opacity & background --- home/system/hyprland/default.nix | 5 ++++- themes/stylix/yoru.nix | 4 ++-- themes/var/yoru.nix | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/home/system/hyprland/default.nix b/home/system/hyprland/default.nix index 55a38fc..f55830f 100644 --- a/home/system/hyprland/default.nix +++ b/home/system/hyprland/default.nix @@ -114,7 +114,10 @@ in { range = 20; render_power = 3; }; - blur = { enabled = if blur then "true" else "false"; }; + blur = { + enabled = if blur then "true" else "false"; + size = 16; + }; }; master = { diff --git a/themes/stylix/yoru.nix b/themes/stylix/yoru.nix index f132801..115b820 100644 --- a/themes/stylix/yoru.nix +++ b/themes/stylix/yoru.nix @@ -64,8 +64,8 @@ image = pkgs.fetchurl { url = "https://github.com/anotherhadi/nixy-wallpapers/blob/main/wallpapers/" - + "wave-dark.png" + "?raw=true"; - sha256 = "sha256-FjvbyAA2xLLZez/0aj43DPlbyrNfhjBTBPsUBywri5k="; + + "Rocks-misty.png" + "?raw=true"; + sha256 = "sha256-xX/lbesJAxeogKURSlQO65wvMxAnN7KOe3LzZukvFlg="; }; }; diff --git a/themes/var/yoru.nix b/themes/var/yoru.nix index 6d5583a..0b3c309 100644 --- a/themes/var/yoru.nix +++ b/themes/var/yoru.nix @@ -2,8 +2,8 @@ rounding = 12; gaps-in = 9; gaps-out = 9 * 2; - active-opacity = 1; - inactive-opacity = 0.98; + active-opacity = 0.96; + inactive-opacity = 0.96; blur = true; border-size = 3; animation-speed = "fast"; # "fast" | "medium" | "slow"