changes
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
# Hyprlock config with Catppuccin Mocha theme
|
||||
general {
|
||||
grace = 0
|
||||
no_input_trim = false
|
||||
}
|
||||
|
||||
# Background
|
||||
background {
|
||||
@@ -42,6 +46,7 @@ label {
|
||||
|
||||
# Password input
|
||||
input-field {
|
||||
ignore_empty_input = false
|
||||
monitor =
|
||||
size = 300, 50
|
||||
outline_thickness = 2
|
||||
@@ -49,21 +54,21 @@ input-field {
|
||||
dots_spacing = 0.15
|
||||
dots_center = true
|
||||
dots_rounding = 2
|
||||
outer_color = rgba(180, 190, 254, 1.0) # Lavender
|
||||
inner_color = rgba(49, 50, 68, 1.0) # Surface0
|
||||
font_color = rgba(205, 214, 244, 1.0) # Text
|
||||
outer_color = rgba(180, 190, 254, 1.0)
|
||||
inner_color = rgba(49, 50, 68, 1.0)
|
||||
font_color = rgba(205, 214, 244, 1.0)
|
||||
fade_on_empty = false
|
||||
placeholder_text = <i>Enter password...</i>
|
||||
placeholder_text = <i>Touch YubiKey or enter password...</i>
|
||||
hide_input = false
|
||||
check_color = rgba(166, 227, 161, 1.0) # Green
|
||||
fail_color = rgba(243, 139, 168, 1.0) # Red
|
||||
check_color = rgba(166, 227, 161, 1.0)
|
||||
fail_color = rgba(243, 139, 168, 1.0)
|
||||
fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i>
|
||||
capslock_color = rgba(249, 226, 175, 1.0) # Yellow
|
||||
fail_timeout = 3000
|
||||
capslock_color = rgba(249, 226, 175, 1.0)
|
||||
position = 0, -80
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
# Lock icon
|
||||
label {
|
||||
monitor =
|
||||
|
||||
Reference in New Issue
Block a user