mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-12-26 05:04:34 +00:00
hyprlock: specify the check & fail colors as hex
This commit is contained in:
parent
a3a0000c4a
commit
e11b3c9dd7
|
@ -32,8 +32,8 @@ input-field {
|
||||||
inner_color = rgb(29, 31, 33)
|
inner_color = rgb(29, 31, 33)
|
||||||
font_color = rgb(100, 100, 100)
|
font_color = rgb(100, 100, 100)
|
||||||
|
|
||||||
check_color = rgb(204, 136, 34) # override outer_color while checking the pw (could take a while sometimes - pam lockouts)
|
check_color = rgba(cc8822ff) # override outer_color while checking the pw (could take a while sometimes - pam lockouts)
|
||||||
fail_color = rgb(204, 34, 34) # override outer_color and fail message color if auth failed
|
fail_color = rgba(cc2222ff) # override outer_color and fail message color if auth failed
|
||||||
fail_transition = 500 # transition time in ms between normal outer_color and fail_color
|
fail_transition = 500 # transition time in ms between normal outer_color and fail_color
|
||||||
fail_text = # Leave this empty (amt of attempts and fail reason shown with labels)
|
fail_text = # Leave this empty (amt of attempts and fail reason shown with labels)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue