[Hypr] Hyprlock template

This commit is contained in:
Admin 2025-03-25 17:12:36 +01:00
parent aea9229c54
commit 994d1ac1b4

View File

@ -16,7 +16,7 @@ general {
# BACKGROUND # BACKGROUND
background { background {
monitor = monitor =
path = /mnt/storage/SORTED/Pictures/Wallpapers/McLaren/livery_3.jpg # Or screenshot path = {{ lockpaper-path }} # Or screenshot
blur_passes = 1 blur_passes = 1
} }
@ -44,9 +44,9 @@ input-field {
label { label {
monitor = monitor =
text = <b>$TIME</b> text = <b>$TIME</b>
color = {{ primary_colour }} color = {{ colour-primary-rgb }}
font_size = 100 font_size = 100
font_family = Source Code Pro font_family = {{ font-primary }}
position = 0, 80 position = 0, 80
halign = center halign = center
@ -58,7 +58,7 @@ label {
text = $LAYOUT text = $LAYOUT
color = rgba(200, 200, 200, 1.0) color = rgba(200, 200, 200, 1.0)
font_size = 12 font_size = 12
font_family = Source Code Pro font_family = {{ font-primary }}
position = 0, 0 position = 0, 0
halign = right halign = right
@ -70,7 +70,7 @@ label {
text = $USER text = $USER
color = rgba(200, 200, 200, 1.0) color = rgba(200, 200, 200, 1.0)
font_size = 12 font_size = 12
font_family = Source Code Pro font_family = {{ font-primary }}
position = 0, 0 position = 0, 0
halign = left halign = left
@ -83,7 +83,7 @@ label {
text = <i>Failed attempts: $ATTEMPTS</i> text = <i>Failed attempts: $ATTEMPTS</i>
color = rgba(200, 0, 0, 1.0) color = rgba(200, 0, 0, 1.0)
font_size = 12 font_size = 12
font_family = Source Code Pro font_family = {{ font-accent }}
position = 0, 20 position = 0, 20
halign = center halign = center