Files
dotfiles/hypr/hyprlock.conf
2026-02-25 00:43:12 +01:00

99 lines
1.8 KiB
Plaintext

$color = rgba(#1e1e2e, 1.0)
$inner_color = rgba(#1e1e2e, 0.8)
$outer_color = rgba(#cdd6f4, 1.0)
$font_color = rgba(#cdd6f4, 1.0)
$check_color = rgba(#89b4fa, 1.0)
general {
ignore_empty_input = true
no_fade_in = true
no_fade_out = true
hide_cursor = false
grace = 0
disable_loading_bar = false
}
background {
monitor =
color = $color
path = ~/Pictures/Wallpapers/current
blur_passes = 3
}
animations {
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
}
# BATTERY
label {
monitor =
text = cmd[update:1000] echo "$(~/.config/waybar/scripts/battery.sh)"
font_family = lexend
font_size = 14
position = -100, 100
halign = right
valign = bottom
}
label {
monitor =
text = cmd[update:600000] echo "$(~/.config/waybar/scripts/weather.sh | jq -r .text)"
font_family = lexend
font_size = 14
position = -200, 100
halign = right
valign = bottom
}
input-field {
monitor =
size = 300, 50
position = 0, 200
halign = center
valign = bottom
color = rgba(242, 243, 244, 0.75)
inner_color = rgba(242, 243, 244, 0.75)
outer_color = $outer_color
outline_thickness = 4
font_family = Lexend
font_color = $font_color
placeholder_text = Enter Password
check_color = $check_color
fail_text = <i>$FAIL ($ATTEMPTS)</i>
rounding = 60
shadow_passes = 0
fade_on_empty = false
}
auth {
fingerprint:enabled = true
}