65 lines
1015 B
Plaintext
65 lines
1015 B
Plaintext
$base = rgb(1e1e2e)
|
|
$surface0 = rgb(313244)
|
|
$overlay0 = rgb(6c7086)
|
|
$text = rgb(cdd6f4)
|
|
$mauve = rgb(cba6f7)
|
|
$red = rgb(f38ba8)
|
|
|
|
background {
|
|
monitor =
|
|
path = screenshot
|
|
blur_passes = 3
|
|
blur_size = 7
|
|
color = $base
|
|
}
|
|
|
|
input-field {
|
|
monitor =
|
|
size = 300, 50
|
|
position = 0, -100
|
|
halign = center
|
|
valign = center
|
|
|
|
outline_thickness = 2
|
|
dots_size = 0.25
|
|
dots_spacing = 0.2
|
|
|
|
outer_color = $mauve
|
|
inner_color = $surface0
|
|
font_color = $text
|
|
fail_color = $red
|
|
check_color = $mauve
|
|
placeholder_text = <span foreground="##6c7086">Mot de passe</span>
|
|
fail_text = <i>Échec</i>
|
|
|
|
rounding = 8
|
|
}
|
|
|
|
label {
|
|
monitor =
|
|
text = cmd[update:1000] echo "$(date +"%H:%M")"
|
|
color = $text
|
|
font_size = 64
|
|
font_family = JetBrains Mono
|
|
position = 0, 200
|
|
halign = center
|
|
valign = center
|
|
}
|
|
|
|
label {
|
|
monitor =
|
|
text = cmd[update:60000] echo "$(date +"%A %d %B")"
|
|
color = $overlay0
|
|
font_size = 18
|
|
font_family = JetBrains Mono
|
|
position = 0, 120
|
|
halign = center
|
|
valign = center
|
|
}
|
|
|
|
auth {
|
|
fingerprint {
|
|
enabled = false
|
|
}
|
|
}
|