41 lines
993 B
Plaintext
41 lines
993 B
Plaintext
# GENERAL
|
|
general {
|
|
no_fade_in = true
|
|
no_fade_out = true
|
|
disable_loading_bar = false
|
|
hide_cursor = false
|
|
ignore_empty_input = true
|
|
immediate_render = false
|
|
text_trim = true
|
|
}
|
|
|
|
#BACKGROUND
|
|
background {
|
|
monitor =
|
|
color = rgba(0,0,0,0)
|
|
# path = ~/Pictures/Wallpapers/israel.png # definetly not a picture of kris and ralsei kissing!!
|
|
}
|
|
|
|
input-field {
|
|
monitor =
|
|
size = 250, 60
|
|
outline_thickness = 0
|
|
dots_size = 0.1 # Scale of input-field height, 0.2 - 0.8
|
|
dots_spacing = 1 # Scale of dots' absolute size, 0.0 - 1.0
|
|
dots_center = true
|
|
inner_color = rgba(0, 0, 0, 0)
|
|
check_color = rgba(0, 0, 0, 0)
|
|
fail_color = rgba(0, 0, 0, 0)
|
|
font_color = rgb(255, 0, 255)
|
|
fade_on_empty = false
|
|
font_family = Symbols Nerd Font, SF Pro Display
|
|
placeholder_text = Session locked, enter password to unlock!
|
|
hide_input = false
|
|
fail_text = wrong password mf
|
|
position = 0, -30
|
|
halign = center
|
|
valign = top
|
|
zindex = 10
|
|
}
|
|
|