unify config a bit

This commit is contained in:
2025-01-11 19:52:15 +01:00
parent a57efbacda
commit 5e50a8235d
14 changed files with 166 additions and 1287 deletions

View File

@ -28,7 +28,7 @@
monitor = "";
path = "screenshot";
blur_passes = 1;
blur_passes = 2;
blur_size = 7;
noise = 1.17e-2;
};
@ -58,8 +58,8 @@
monitor = "";
size = "200,50";
outline_thickness = 2;
dots_size = 0.2; # Scale of input-field height, 0.2 - 0.8
dots_spacing = 0.35; # Scale of dots' absolute size, 0.0 - 1.0
dots_size = 0.2;
dots_spacing = 0.35;
dots_center = true;
outer_color = "rgba(0, 0, 0, 0)";
inner_color = "rgba(0, 0, 0, 0.2)";