mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Bit more hyprlock tweaking
This commit is contained in:
@ -12,6 +12,10 @@ background {
|
|||||||
color = rgba(26,27,38,1.0) # #1a1b26 solid color
|
color = rgba(26,27,38,1.0) # #1a1b26 solid color
|
||||||
}
|
}
|
||||||
|
|
||||||
|
animations {
|
||||||
|
enabled = false
|
||||||
|
}
|
||||||
|
|
||||||
input-field {
|
input-field {
|
||||||
monitor =
|
monitor =
|
||||||
size = 600, 100
|
size = 600, 100
|
||||||
@ -21,14 +25,17 @@ input-field {
|
|||||||
|
|
||||||
inner_color = rgba(26,27,38,0.8) # #1a1b26 with opacity
|
inner_color = rgba(26,27,38,0.8) # #1a1b26 with opacity
|
||||||
outer_color = rgba(205,214,244,1.0) # #cdd6f4
|
outer_color = rgba(205,214,244,1.0) # #cdd6f4
|
||||||
outline_thickness = 2
|
outline_thickness = 4
|
||||||
|
|
||||||
font_family = CaskaydiaMono Nerd Font
|
font_family = CaskaydiaMono Nerd Font
|
||||||
font_size = 32
|
font_size = 32
|
||||||
font_color = rgba(205,214,244,1.0)
|
font_color = rgba(205,214,244,1.0)
|
||||||
|
|
||||||
placeholder_color = rgba(205,214,244,0.6)
|
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
|
fail_text = Wrong
|
||||||
|
|
||||||
rounding = 0
|
rounding = 0
|
||||||
shadow_passes = 0
|
shadow_passes = 0
|
||||||
fade_on_empty = false
|
fade_on_empty = false
|
||||||
|
Reference in New Issue
Block a user