mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
change blur, opacity & background
This commit is contained in:
@@ -114,7 +114,10 @@ in {
|
|||||||
range = 20;
|
range = 20;
|
||||||
render_power = 3;
|
render_power = 3;
|
||||||
};
|
};
|
||||||
blur = { enabled = if blur then "true" else "false"; };
|
blur = {
|
||||||
|
enabled = if blur then "true" else "false";
|
||||||
|
size = 16;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
master = {
|
master = {
|
||||||
|
|||||||
@@ -64,8 +64,8 @@
|
|||||||
image = pkgs.fetchurl {
|
image = pkgs.fetchurl {
|
||||||
url =
|
url =
|
||||||
"https://github.com/anotherhadi/nixy-wallpapers/blob/main/wallpapers/"
|
"https://github.com/anotherhadi/nixy-wallpapers/blob/main/wallpapers/"
|
||||||
+ "wave-dark.png" + "?raw=true";
|
+ "Rocks-misty.png" + "?raw=true";
|
||||||
sha256 = "sha256-FjvbyAA2xLLZez/0aj43DPlbyrNfhjBTBPsUBywri5k=";
|
sha256 = "sha256-xX/lbesJAxeogKURSlQO65wvMxAnN7KOe3LzZukvFlg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
rounding = 12;
|
rounding = 12;
|
||||||
gaps-in = 9;
|
gaps-in = 9;
|
||||||
gaps-out = 9 * 2;
|
gaps-out = 9 * 2;
|
||||||
active-opacity = 1;
|
active-opacity = 0.96;
|
||||||
inactive-opacity = 0.98;
|
inactive-opacity = 0.96;
|
||||||
blur = true;
|
blur = true;
|
||||||
border-size = 3;
|
border-size = 3;
|
||||||
animation-speed = "fast"; # "fast" | "medium" | "slow"
|
animation-speed = "fast"; # "fast" | "medium" | "slow"
|
||||||
|
|||||||
Reference in New Issue
Block a user