Update hyprlock.conf

This commit is contained in:
end-4
2024-03-22 18:35:43 +07:00
parent d68cc7c2ca
commit bceeaa718e
@@ -32,6 +32,8 @@ input-field {
label { # Clock label { # Clock
monitor = monitor =
text = $TIME text = $TIME
shadow_passes = 1
shadow_boost = 0.5
color = $text_color color = $text_color
font_size = 65 font_size = 65
font_family = $font_family_clock font_family = $font_family_clock
@@ -43,6 +45,8 @@ label { # Clock
label { # Greeting label { # Greeting
monitor = monitor =
text = hi $USER !!! text = hi $USER !!!
shadow_passes = 1
shadow_boost = 0.5
color = $text_color color = $text_color
font_size = 20 font_size = 20
font_family = $font_family font_family = $font_family
@@ -54,6 +58,8 @@ label { # Greeting
label { # lock icon label { # lock icon
monitor = monitor =
text = lock text = lock
shadow_passes = 1
shadow_boost = 0.5
color = $text_color color = $text_color
font_size = 21 font_size = 21
font_family = $font_material_symbols font_family = $font_material_symbols
@@ -65,6 +71,8 @@ label { # lock icon
label { # "locked" text label { # "locked" text
monitor = monitor =
text = locked text = locked
shadow_passes = 1
shadow_boost = 0.5
color = $text_color color = $text_color
font_size = 14 font_size = 14
font_family = $font_family font_family = $font_family
@@ -77,6 +85,8 @@ label { # "locked" text
label { # Status label { # Status
monitor = monitor =
text = cmd[update:5000] ~/.config/hypr/hyprlock/status.sh text = cmd[update:5000] ~/.config/hypr/hyprlock/status.sh
shadow_passes = 1
shadow_boost = 0.5
color = $text_color color = $text_color
font_size = 14 font_size = 14
font_family = $font_family font_family = $font_family