forked from foxora/nix
20 lines
324 B
Text
20 lines
324 B
Text
input-field {
|
|
monitor =
|
|
|
|
placeholder_text = Password...
|
|
|
|
size = 180, 42
|
|
position = 0, 80
|
|
outline_thickness = 2
|
|
#shadow_passes = 2
|
|
|
|
font_color = rgb($colorfg)
|
|
inner_color = rgb($colorbg)
|
|
outer_color = rgb($color11)
|
|
|
|
font_family = DepartureMono Nerd Font
|
|
|
|
dots_center = true
|
|
fade_on_empty = false
|
|
}
|
|
|