hyprlock changes
This commit is contained in:
parent
75abdb25f6
commit
f9ca1fe032
1 changed files with 32 additions and 7 deletions
|
|
@ -9,27 +9,26 @@ general {
|
|||
background {
|
||||
path = screenshot
|
||||
blur_size = 3
|
||||
blur_passes = 3
|
||||
blur_passes = 1
|
||||
}
|
||||
|
||||
# INPUT FIELD
|
||||
input-field {
|
||||
monitor =
|
||||
outline_thickness = 3
|
||||
outline_thickness = 0
|
||||
dots_size = 0.2
|
||||
dots_spacing = 0.5
|
||||
dots_center = true
|
||||
dots_rounding = -1
|
||||
outer_color = rgb(151515)
|
||||
inner_color = rgb(200, 200, 200)
|
||||
font_color = rgb(10, 10, 10)
|
||||
inner_color = rgb(36, 39, 58)
|
||||
font_color = rgb(202, 211, 245)
|
||||
fade_on_empty = true
|
||||
fade_timeout = 1000
|
||||
placeholder_text =
|
||||
hide_input = false
|
||||
rounding = -1
|
||||
check_color = rgb(204, 136, 34)
|
||||
fail_color = rgb(204, 34, 34)
|
||||
check_color = rgb(245, 169, 127)
|
||||
fail_color = rgb(237, 135, 150)
|
||||
fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i>
|
||||
fail_timeout = 2000
|
||||
fail_transition = 300
|
||||
|
|
@ -43,3 +42,29 @@ input-field {
|
|||
position = 0, 200
|
||||
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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue