Initial commit

This commit is contained in:
2025-04-20 13:02:58 +02:00
commit 4269d6b0bc
40 changed files with 1381 additions and 0 deletions

65
hypr/hyprlock.conf Normal file
View File

@ -0,0 +1,65 @@
general {
enable_fingerprint = true
fingerprint_ready_message = Place your finger on the sensor
fingerprint_present_message = Scanning finger
}
background {
monitor =
path = screenshot
blur_passes = 2
contrast = 0.8916
brightness = 0.7172
vibrancy = 0.1696
vibrancy_darkness = 0
}
input-field {
monitor =
size = 250, 50
outline_thickness = 2
dots_size = 0.1
dots_spacing = 0.3
font_color = rgb(000000)
fade_on_empty = true
position = 0, 20
halign = center
valign = center
}
label {
monitor =
text = $TIME
color = rgb(FFFFFF)
font_size = 85
font_family = SF Pro Display Black
position = 0, 300
halign = center
valign = center
}
label {
monitor =
text = hello, $USER
color = rgb(FFFFFF)
font_size = 20
font_family = SF Pro Display Bold
position = 0, 230
halign = center
valign = center
}
label {
monitor =
text = $FPRINTMESSAGE
color = rgb(FFFFFF)
font_size = 15
position = 0, 180
halign = center
valign = center
}