Initial Commit

This commit is contained in:
2025-08-09 00:03:40 +02:00
commit 1688bd8309
26 changed files with 2015 additions and 0 deletions

50
hypr/hyprlock.conf Normal file
View File

@@ -0,0 +1,50 @@
general {
monitor =
ignore_empty_input = true
}
background {
monitor =
path = /home/aindustries/Downloads/test.jpg
blur_passes = 3
}
input-field {
monitor = DP-3
size = 250, 30
outline_thickness = 1
dots_size = 0.11
dots_spacing = 0.05
dots_center = true
placeholder_text =
font_color = rgb(0, 0, 0)
hide_input = false
fade_on_empty = true
fade_timeout = 500
rounding = 20
position = 0, -30
halign = center
valign = center
}
label {
monitor = DP-3
text = Welcome back, $USER!
text_align = center
font_size = 30
font_family = Hack Nerd Font
position = 0, 100
halign = center
valign = center
}
label {
monitor = DP-3
text = Please enter your password.
text_align = center
font_size = 10
font_family = Hack Nerd Font
position = 0, 30
halign = center
valign = center
}