diff --git a/.config/ags/scripts/templates/hypr/hyprlock.conf b/.config/ags/scripts/templates/hypr/hyprlock.conf index 5a42af563..b974817db 100644 --- a/.config/ags/scripts/templates/hypr/hyprlock.conf +++ b/.config/ags/scripts/templates/hypr/hyprlock.conf @@ -32,6 +32,8 @@ input-field { label { # Clock monitor = text = $TIME + shadow_passes = 1 + shadow_boost = 0.5 color = $text_color font_size = 65 font_family = $font_family_clock @@ -43,6 +45,8 @@ label { # Clock label { # Greeting monitor = text = hi $USER !!! + shadow_passes = 1 + shadow_boost = 0.5 color = $text_color font_size = 20 font_family = $font_family @@ -54,6 +58,8 @@ label { # Greeting label { # lock icon monitor = text = lock + shadow_passes = 1 + shadow_boost = 0.5 color = $text_color font_size = 21 font_family = $font_material_symbols @@ -65,6 +71,8 @@ label { # lock icon label { # "locked" text monitor = text = locked + shadow_passes = 1 + shadow_boost = 0.5 color = $text_color font_size = 14 font_family = $font_family @@ -77,6 +85,8 @@ label { # "locked" text label { # Status monitor = text = cmd[update:5000] ~/.config/hypr/hyprlock/status.sh + shadow_passes = 1 + shadow_boost = 0.5 color = $text_color font_size = 14 font_family = $font_family