general {
   hide_cursor = true
   ignore_empty_input = true
   fail_timeout = 0
}

animations {
   enabled = true
   bezier = ease, 0.87, 0, 0.13, 1
   animation = global, 1, 1, linear
   animation = inputFieldWidth, 1, 70, ease
   animation = inputFieldDots, 1, 1, linear
}

background {
   monitor =
   path = screenshot
   color = rgba(222222ff)
   blur_passes = 4
   blur_size = 2
}

input-field {
   placeholder_text =
   size = 400, 60
   dots_size = 0
   dots_spacing = 0.46
   font_color = rgba(ffffff99)
   inner_color = rgba(0, 0, 0, 0.0) # no fill
   outer_color = rgba(0, 0, 0, 0.0) # no fill
   check_color = rgba(0, 0, 0, 0.0) # no fill
   fail_color = rgba(0, 0, 0, 0.0) # no fill
   fade_on_empty = true
   fade_timeout = 0
}