hyprlock changes

This commit is contained in:
KoenDR06 2025-04-29 09:22:55 +02:00
parent 75abdb25f6
commit f9ca1fe032

View file

@ -9,27 +9,26 @@ general {
background { background {
path = screenshot path = screenshot
blur_size = 3 blur_size = 3
blur_passes = 3 blur_passes = 1
} }
# INPUT FIELD # INPUT FIELD
input-field { input-field {
monitor = monitor =
outline_thickness = 3 outline_thickness = 0
dots_size = 0.2 dots_size = 0.2
dots_spacing = 0.5 dots_spacing = 0.5
dots_center = true dots_center = true
dots_rounding = -1 dots_rounding = -1
outer_color = rgb(151515) inner_color = rgb(36, 39, 58)
inner_color = rgb(200, 200, 200) font_color = rgb(202, 211, 245)
font_color = rgb(10, 10, 10)
fade_on_empty = true fade_on_empty = true
fade_timeout = 1000 fade_timeout = 1000
placeholder_text = placeholder_text =
hide_input = false hide_input = false
rounding = -1 rounding = -1
check_color = rgb(204, 136, 34) check_color = rgb(245, 169, 127)
fail_color = rgb(204, 34, 34) fail_color = rgb(237, 135, 150)
fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i> fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i>
fail_timeout = 2000 fail_timeout = 2000
fail_transition = 300 fail_transition = 300
@ -43,3 +42,29 @@ input-field {
position = 0, 200 position = 0, 200
valign = bottom valign = bottom
} }
# CLOCK
label {
monitor =
text = cmd[update:1000] echo "<b><big> $(date +"%H:%M") </big></b>"
color = rgb(183, 189, 248)
font_size = 94
font_family = JetBrains Mono Nerd Font 10
position = 0, -100
halign = center
valign = top
}
# USERNAME
label {
monitor =
text = $USER
color = rgb(198, 160, 246)
font_size = 18
font_family = JetBrains Mono Nerd Font 10
position = 0, -250
halign = center
valign = top
}