Working on hyprland configuration, working hyprlock, hyprpaper not working.

This commit is contained in:
2025-09-21 14:05:54 -04:00
parent d90146fde3
commit 920d87f8e0
8 changed files with 68 additions and 22 deletions

View File

@@ -25,17 +25,20 @@ general {
# }
# }
# NOTE: Currently enabling animations and background 'path = screenshot' causes hyprlock
# to not work, so they are disabled.
animations {
enabled = true
enabled = false
bezier = linear, 1, 1, 0, 0
animation = fadeIn, 1, 5, linear
animation = fadeOut, 1, 5, linear
animation = inputFieldDots, 1, 2, linear
animaution = inputFieldDots, 1, 2, linear
}
background {
monitor = eDP-1
path = /usr/share/hypr/lockdead2.png
monitor =
#path = screenshot
path = ~/.config/hypr/wallpaper.png
blur_passes = 3
}