Files
dotfiles/.config/hypr/hyprlock.conf
T

98 lines
1.9 KiB
Plaintext

# General
general {
fail_timeout = 600
}
animations {
animation = fadeIn, 0
animation = fadeOut, 0
}
background {
path = $LOCK_WALLPAPER
blur_passes = $LOCK_BLUR_PASSES
blur_size = 3
noise = 0.0117
contrast = 0.8916
brightness = 0.8172
vibrancy = 0.1696
vibrancy_darkness = 0.0
}
auth {
fingerprint {
enabled = true
}
}
# Positioning
# Time
label {
text = cmd[update:1000] echo "$(date +"%R")"
color = $foreground
font_size = 60
font_family = JetBrains Mono Nerd Font Mono ExtraBold
position = 160, 240
# position = 210, 240
halign = left
valign = center
}
# Date
label {
text = cmd[update:1000] echo -e "$(date +"%A, %B %d")"
color = rgba(216, 222, 233, 0.75)
font_size = 20
font_family = SF Pro Display Bold
position = 164, 170
# position = 210, 170
halign = left
valign = center
}
# Layout
label {
text = Layout: $LAYOUT[en,ru,ua].
color = rgba(216, 222, 233, 0.75)
font_size = 14
font_family = SF Pro Display Bold
position = 164, 120
# position = 210, 120
halign = left
valign = center
}
# Input
input-field {
size = 350, 55
rounding = 4
outline_thickness = 2
dots_size = 0.2
dots_spacing = 0.4
dots_center = true
outer_color = rgba(56, 129, 195, 0.94)
inner_color = rgba(10, 0, 30, 0.3)
font_color = rgb(200, 200, 200)
fade_on_empty = false
font_family = JetBrains Mono Nerd Font Mono
placeholder_text = <i><span foreground="##cdd6f4">Poow!</span></i>
fail_text = <i>Get jinxed!</i>
fail_transition = 300
hide_input = false
position = 160, 40
halign = left
valign = center
}
# Player
label {
text = cmd[update:1000] echo "$($HOME/.config/hypr/scripts/player-status.sh)"
color = $foreground
font_size = 14
font_family = JetBrains Mono Nerd Font Mono
position = 0, 10
halign = center
valign = bottom
}