92 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			92 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
$font = Mononoki Nerd Font
 | 
						|
 | 
						|
general {
 | 
						|
    hide_cursor = false
 | 
						|
}
 | 
						|
 | 
						|
auth {
 | 
						|
    fingerprint {
 | 
						|
        enabled = true
 | 
						|
        ready_message = Scan fingerprint to unlock
 | 
						|
        present_message = Scanning...
 | 
						|
        retry_delay = 250 # in milliseconds
 | 
						|
    }
 | 
						|
}
 | 
						|
 | 
						|
animations {
 | 
						|
    enabled = true
 | 
						|
    bezier = linear, 1, 1, 0, 0
 | 
						|
    animation = fadeIn, 1, 5, linear
 | 
						|
    animation = fadeOut, 1, 5, linear
 | 
						|
    animation = inputFieldDots, 1, 1, linear
 | 
						|
}
 | 
						|
 | 
						|
background {
 | 
						|
    monitor =
 | 
						|
    path = screenshot
 | 
						|
    blur_passes = 4
 | 
						|
    brightness = 0.68
 | 
						|
    vibrancy = 0.18
 | 
						|
}
 | 
						|
 | 
						|
input-field {
 | 
						|
    monitor =
 | 
						|
    size = 420, 56
 | 
						|
    outline_thickness = 3
 | 
						|
    inner_color = rgba(0, 0, 0, 0.0) # no fill
 | 
						|
 | 
						|
    outer_color = rgba(33ccffee) rgba(f50087ee) 335deg
 | 
						|
    check_color = rgba(33ccffee) rgba(f50087ee) 180deg
 | 
						|
    fail_color = rgba(f50087ee)
 | 
						|
 | 
						|
    font_color = rgb(255, 255, 255)
 | 
						|
    fade_on_empty = false
 | 
						|
    rounding = 4
 | 
						|
 | 
						|
    font_family = $font
 | 
						|
    placeholder_text = Passwort
 | 
						|
    fail_text = $PAMFAIL
 | 
						|
 | 
						|
    dots_spacing = 0.3
 | 
						|
 | 
						|
    position = 0, -72
 | 
						|
    halign = center
 | 
						|
    valign = center
 | 
						|
}
 | 
						|
 | 
						|
# Fingerprint messages
 | 
						|
label {
 | 
						|
    monitor =
 | 
						|
    text = $FPRINTPROMPT
 | 
						|
    font_size = 12
 | 
						|
    font_family = $font
 | 
						|
    position = 0, -192
 | 
						|
    halign = center
 | 
						|
    valign = center
 | 
						|
}
 | 
						|
 | 
						|
# TIME
 | 
						|
label {
 | 
						|
    monitor =
 | 
						|
    text = $TIME
 | 
						|
    font_size = 72
 | 
						|
    font_family = $font
 | 
						|
 | 
						|
    position = 0, 148
 | 
						|
    halign = center
 | 
						|
    valign = center
 | 
						|
}
 | 
						|
 | 
						|
# DATE
 | 
						|
label {
 | 
						|
    monitor =
 | 
						|
    text = cmd[update:60000] date +"%A, %d %B %Y" # update every 60 seconds
 | 
						|
    font_size = 24
 | 
						|
    font_family = $font
 | 
						|
 | 
						|
    position = 0, 48
 | 
						|
    halign = center
 | 
						|
    valign = center
 | 
						|
}
 | 
						|
 |