diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf index 677e0b5..e84e35b 100644 --- a/config/hypr/hyprlock.conf +++ b/config/hypr/hyprlock.conf @@ -32,7 +32,7 @@ input-field { font_color = rgba(205,214,244,1.0) placeholder_color = rgba(205,214,244,0.6) - placeholder_text = Enter Password + placeholder_text =   Enter Password 󰈷  check_color = rgba(68, 157, 171, 1.0) fail_text = Wrong @@ -40,3 +40,7 @@ input-field { shadow_passes = 0 fade_on_empty = false } + +auth { + fingerprint:enabled = true +} diff --git a/themes/catppuccin/hyprlock.conf b/themes/catppuccin/hyprlock.conf index 622d7fc..f4f0997 100644 --- a/themes/catppuccin/hyprlock.conf +++ b/themes/catppuccin/hyprlock.conf @@ -32,11 +32,15 @@ input-field { font_color = rgba(205,214,244,1.0) placeholder_color = rgba(205,214,244,0.6) - placeholder_text = Enter Password + placeholder_text =   Enter Password 󰈷  check_color = rgba(68, 157, 171, 1.0) fail_text = Wrong rounding = 0 shadow_passes = 0 fade_on_empty = false -} \ No newline at end of file +} + +auth { + fingerprint:enabled = true +} diff --git a/themes/everforest/hyprlock.conf b/themes/everforest/hyprlock.conf index 54bf3c5..b374cfb 100644 --- a/themes/everforest/hyprlock.conf +++ b/themes/everforest/hyprlock.conf @@ -32,11 +32,15 @@ input-field { font_color = rgba(211,198,170,1.0) placeholder_color = rgba(211,198,170,0.6) - placeholder_text = Enter Password + placeholder_text =   Enter Password 󰈷  check_color = rgba(131, 192, 146, 1.0) fail_text = Wrong rounding = 0 shadow_passes = 0 fade_on_empty = false -} \ No newline at end of file +} + +auth { + fingerprint:enabled = true +} diff --git a/themes/gruvbox/hyprlock.conf b/themes/gruvbox/hyprlock.conf index 6fc6793..8a657eb 100644 --- a/themes/gruvbox/hyprlock.conf +++ b/themes/gruvbox/hyprlock.conf @@ -32,11 +32,15 @@ input-field { font_color = rgba(212,190,152,1.0) placeholder_color = rgba(212,190,152,0.6) - placeholder_text = Enter Password + placeholder_text =   Enter Password 󰈷  check_color = rgba(214, 153, 92, 1.0) fail_text = Wrong rounding = 0 shadow_passes = 0 fade_on_empty = false -} \ No newline at end of file +} + +auth { + fingerprint:enabled = true +} diff --git a/themes/kanagawa/hyprlock.conf b/themes/kanagawa/hyprlock.conf index f603ab9..713ad7a 100644 --- a/themes/kanagawa/hyprlock.conf +++ b/themes/kanagawa/hyprlock.conf @@ -32,11 +32,15 @@ input-field { font_color = rgba(220,215,186,1.0) placeholder_color = rgba(220,215,186,0.6) - placeholder_text = Enter Password + placeholder_text =   Enter Password 󰈷  check_color = rgba(126, 156, 216, 1.0) fail_text = Wrong rounding = 0 shadow_passes = 0 fade_on_empty = false -} \ No newline at end of file +} + +auth { + fingerprint:enabled = true +} diff --git a/themes/nord/hyprlock.conf b/themes/nord/hyprlock.conf index 1917b5d..fe1f422 100644 --- a/themes/nord/hyprlock.conf +++ b/themes/nord/hyprlock.conf @@ -32,11 +32,15 @@ input-field { font_color = rgba(216,222,233,1.0) placeholder_color = rgba(216,222,233,0.6) - placeholder_text = Enter Password + placeholder_text =   Enter Password 󰈷  check_color = rgba(136, 192, 208, 1.0) fail_text = Wrong rounding = 0 shadow_passes = 0 fade_on_empty = false -} \ No newline at end of file +} + +auth { + fingerprint:enabled = true +} diff --git a/themes/tokyo-night/hyprlock.conf b/themes/tokyo-night/hyprlock.conf index e097652..cccc950 100644 --- a/themes/tokyo-night/hyprlock.conf +++ b/themes/tokyo-night/hyprlock.conf @@ -32,11 +32,15 @@ input-field { font_color = rgba(205,214,244,1.0) placeholder_color = rgba(205,214,244,0.6) - placeholder_text = Enter Password + placeholder_text =   Enter Password 󰈷  check_color = rgba(68, 157, 171, 1.0) fail_text = Wrong rounding = 0 shadow_passes = 0 fade_on_empty = false -} \ No newline at end of file +} + +auth { + fingerprint:enabled = true +}