assets: update example.conf after PR review

This commit is contained in:
Davide Conti 2025-03-20 11:47:38 +01:00
parent ff1e6a9647
commit 056aad6a8d

View file

@ -1,13 +1,26 @@
# sample hyprlock.conf # sample hyprlock.conf
# for more configuration options, refer https://wiki.hyprland.org/Hypr-Ecosystem/hyprlock # for more configuration options, refer https://wiki.hyprland.org/Hypr-Ecosystem/hyprlock
#
# rendered text in all widgets supports pango markup (e.g. <b> or <i> tags)
# ref. https://wiki.hyprland.org/Hypr-Ecosystem/hyprlock/#general-remarks
#
# shortcuts to clear password buffer: ESC, Ctrl+U, Ctrl+Backspace
$font = Monospace $font = Monospace
general { general {
disable_loading_bar = true
hide_cursor = true hide_cursor = true
} }
# uncomment to enable fingerprint authentication
# auth {
# fingerprint {
# enabled = true
# ready_message = Scan fingerprint to unlock
# present_message = Scanning...
# }
# }
animations { animations {
enabled = true enabled = true
bezier = linear, 1, 1, 0, 0 bezier = linear, 1, 1, 0, 0
@ -47,7 +60,7 @@ input-field {
# TIME # TIME
label { label {
monitor = monitor =
text = $TIME text = $TIME # ref. https://wiki.hyprland.org/Hypr-Ecosystem/hyprlock/#variable-substitution
font_size = 90 font_size = 90
font_family = $font font_family = $font