dotfiles/dot-config/hypr/hyprlock.conf

60 lines
1.2 KiB
Plaintext
Raw Normal View History

2025-01-09 11:33:35 +00:00
source = colors.conf
2024-10-25 11:48:49 +00:00
# BACKGROUND
background {
monitor =
2025-01-09 11:33:35 +00:00
path = /mnt/data/Wallpapers/unsorted/cat-lsc-0.jpg
blur_passes = 5
contrast = 0.5
brightness = 0.5
vibrancy = 0.2
vibrancy_darkness = 0.2
2024-10-25 11:48:49 +00:00
}
# GENERAL
general {
no_fade_in = false
grace = 0
disable_loading_bar = true
}
2025-01-09 11:33:35 +00:00
# animations {
# enabled = true
# bezier = linear, 1, 1, 0, 0
# animation = fade, 1, 1.8, linear, slide
# }
2024-10-25 11:48:49 +00:00
# INPUT FIELD
input-field {
monitor = DP-1
2025-01-09 11:33:35 +00:00
size = 150, 40
outline_thickness = 3
2024-10-25 11:48:49 +00:00
dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
2025-01-09 11:33:35 +00:00
dots_spacing = 0.4 # Scale of dots' absolute size, 0.0 - 1.0
2024-10-25 11:48:49 +00:00
dots_center = true
2025-01-09 11:33:35 +00:00
outer_color = rgba(00000000)
inner_color = rgba(00000033)
check_color = rgba($yellowAlpha8f)
fail_color = rgba($redAlpha8f)
fail_timeout = 1000
font_color = rgba($textAlphaee)
2024-10-25 11:48:49 +00:00
fade_on_empty = false
placeholder_text =
hide_input = false
2025-01-09 11:33:35 +00:00
position = 0, 40
halign = center
valign = bottom
2024-10-25 11:48:49 +00:00
}
# TIME
label {
monitor = DP-1
text = cmd[update:1000] echo "$(date +"%H:%M")"
color = $fg
2025-01-09 11:33:35 +00:00
font_size = 120
font_family = Cantarell Thin
position = 0, 50
2024-10-25 11:48:49 +00:00
halign = center
2025-01-09 11:33:35 +00:00
valign = center
2024-10-25 11:48:49 +00:00
}