mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-03 19:42:10 +02:00
change blur, opacity & background
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user