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)
$entry_background_color = rgba(130F0F11)
$entry_border_color = rgba(a08c8955)
$entry_color = rgba(d8c2bfFF)
$text_color = rgba(E2E2E2FF)
$entry_background_color = rgba(13131311)
$entry_border_color = rgba(91919155)
$entry_color = rgba(C6C6C6FF)
$font_family = Gabarito
$font_family_clock = Gabarito
$font_material_symbols = Material Symbols Rounded
background {
color = rgba(130F0F77)
color = rgba(13131377)
# path = {{ SWWW_WALL }}
path = screenshot
blur_size = 5
@@ -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