diff --git a/home-manager/home.nix b/home-manager/home.nix index 83be39e..1f148be 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -150,6 +150,7 @@ in ]; input-field = [ { + rounding = "${CORNER_RADIUS}"; size = "200, 50"; position = "0, 0"; dots_rounding = "${CORNER_RADIUS}"; @@ -161,6 +162,9 @@ in outline_thickness = "${BORDER_WIDTH}"; placeholder_text = "Password..."; fail_text = "😬 Oooooh that was wrong mate!⚠️"; + shadow_passes = 3; + shadow_size = 3; + shadow_color = "${FG}"; } ]; };