Update hyprlock.conf

This commit is contained in:
end-4
2024-03-23 15:52:02 +07:00
parent dbfcaf6647
commit dc9d63b6e5
+15 -5
View File
@@ -1,13 +1,13 @@
$text_color = rgba(ede0deFF) $text_color = rgba(E2E2E2FF)
$entry_background_color = rgba(130F0F11) $entry_background_color = rgba(13131311)
$entry_border_color = rgba(a08c8955) $entry_border_color = rgba(91919155)
$entry_color = rgba(d8c2bfFF) $entry_color = rgba(C6C6C6FF)
$font_family = Gabarito $font_family = Gabarito
$font_family_clock = Gabarito $font_family_clock = Gabarito
$font_material_symbols = Material Symbols Rounded $font_material_symbols = Material Symbols Rounded
background { background {
color = rgba(130F0F77) color = rgba(13131377)
# path = {{ SWWW_WALL }} # path = {{ SWWW_WALL }}
path = screenshot path = screenshot
blur_size = 5 blur_size = 5
@@ -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