add hyprland configs

This commit is contained in:
m3philis
2025-04-07 23:03:46 +02:00
parent 2fc2338e73
commit bbeb93cd79
15 changed files with 3430 additions and 2 deletions

21
hypr/hyprlock.conf Normal file
View File

@@ -0,0 +1,21 @@
# sample hyprlock.conf
# for more configuration options, refer https://wiki.hyprland.org/Hypr-Ecosystem/hyprlock
animations {
enabled = true
bezier = linear, 1, 1, 0, 0
animation = fadeIn, 1, 5, linear
animation = fadeOut, 1, 5, linear
}
input-field {
monitor =
fade_on_empty = false
}
background {
color = rgb(23, 39, 41)
path = screenshot
blur_passes = 2
blur_size = 8
}