feat: initialize hyprlock
This commit is contained in:
@@ -6,42 +6,71 @@ $check_color = rgba(#89b4fa, 1.0)
|
||||
|
||||
general {
|
||||
ignore_empty_input = true
|
||||
no_fade_in = false
|
||||
no_fade_out = false
|
||||
hide_cursor = false
|
||||
grace = 0
|
||||
disable_loading_bar = false
|
||||
}
|
||||
|
||||
background {
|
||||
monitor =
|
||||
color = $color
|
||||
path = ~/.config/omarchy/current/background
|
||||
blur_passes = 3
|
||||
path = ~/Pictures/Wallpapers/current
|
||||
blur_passes = 0
|
||||
}
|
||||
|
||||
animations {
|
||||
enabled = false
|
||||
enabled = true
|
||||
}
|
||||
|
||||
# DATE
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:1000] echo "$(date +"%A, %B %d")"
|
||||
color = rgba(242, 243, 244, 0.75)
|
||||
font_size = 16
|
||||
font_family = Lexend Light
|
||||
position = 0, 300
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
# TIME
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:1000] echo "$(date +"%H:%M")"
|
||||
color = rgba(242, 243, 244, 0.75)
|
||||
font_size = 150
|
||||
font_family = Lexend Extrabold
|
||||
position = 0, 200
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
input-field {
|
||||
monitor =
|
||||
size = 650, 100
|
||||
position = 0, 0
|
||||
size = 300, 50
|
||||
position = 0, 200
|
||||
halign = center
|
||||
valign = center
|
||||
valign = bottom
|
||||
|
||||
inner_color = $inner_color
|
||||
outer_color = $outer_color
|
||||
outline_thickness = 4
|
||||
|
||||
font_family = JetBrainsMono Nerd Font
|
||||
font_family = Lexend
|
||||
font_color = $font_color
|
||||
|
||||
placeholder_text = Enter Password
|
||||
check_color = $check_color
|
||||
fail_text = <i>$FAIL ($ATTEMPTS)</i>
|
||||
|
||||
rounding = 0
|
||||
rounding = 60
|
||||
shadow_passes = 0
|
||||
fade_on_empty = false
|
||||
}
|
||||
|
||||
auth {
|
||||
fingerprint:enabled = false
|
||||
fingerprint:enabled = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user