77 lines
1.4 KiB
Plaintext
77 lines
1.4 KiB
Plaintext
$color = rgba(#1e1e2e, 1.0)
|
|
$inner_color = rgba(#1e1e2e, 0.8)
|
|
$outer_color = rgba(#cdd6f4, 1.0)
|
|
$font_color = rgba(#cdd6f4, 1.0)
|
|
$check_color = rgba(#89b4fa, 1.0)
|
|
|
|
general {
|
|
ignore_empty_input = true
|
|
no_fade_in = true
|
|
no_fade_out = true
|
|
hide_cursor = false
|
|
grace = 0
|
|
disable_loading_bar = false
|
|
}
|
|
|
|
background {
|
|
monitor =
|
|
color = $color
|
|
path = ~/Pictures/Wallpapers/current
|
|
blur_passes = 3
|
|
}
|
|
|
|
animations {
|
|
enabled = true
|
|
}
|
|
|
|
# DATE
|
|
label {
|
|
monitor =
|
|
text = cmd[update:1000] echo "$(date +"%A, %B %d")"
|
|
color = rgba(242, 243, 244, 0.75)
|
|
font_size = 16
|
|
font_family = Lexend Light
|
|
position = 0, 300
|
|
halign = center
|
|
valign = center
|
|
}
|
|
|
|
# TIME
|
|
label {
|
|
monitor =
|
|
text = cmd[update:1000] echo "$(date +"%H:%M")"
|
|
color = rgba(242, 243, 244, 0.75)
|
|
font_size = 150
|
|
font_family = Lexend Extrabold
|
|
position = 0, 200
|
|
halign = center
|
|
valign = center
|
|
}
|
|
|
|
input-field {
|
|
monitor =
|
|
size = 300, 50
|
|
position = 0, 200
|
|
halign = center
|
|
valign = bottom
|
|
|
|
inner_color = $inner_color
|
|
outer_color = $outer_color
|
|
outline_thickness = 4
|
|
|
|
font_family = Lexend
|
|
font_color = $font_color
|
|
|
|
placeholder_text = Enter Password
|
|
check_color = $check_color
|
|
fail_text = <i>$FAIL ($ATTEMPTS)</i>
|
|
|
|
rounding = 60
|
|
shadow_passes = 0
|
|
fade_on_empty = false
|
|
}
|
|
|
|
auth {
|
|
fingerprint:enabled = true
|
|
}
|