change blur, opacity & background

Former-commit-id: bd8a936a1d
This commit is contained in:
Hadi
2025-02-21 16:25:04 +01:00
parent 30293a616b
commit de60ad7c84
3 changed files with 8 additions and 5 deletions

View File

@@ -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 = {

View File

@@ -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=";
};
};

View File

@@ -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"