mirror of
https://github.com/hyprwm/hyprlock.git
synced 2025-05-17 15:47:51 +01:00
assets: update example.conf after PR review
This commit is contained in:
parent
ff1e6a9647
commit
056aad6a8d
1 changed files with 15 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue