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