lockscreen: use a better wallpaper

This commit is contained in:
2025-11-22 23:05:23 +02:00
parent 3403f26f23
commit 08524bddd0

View File

@@ -5,15 +5,14 @@ general {
disable_loading_bar = false disable_loading_bar = false
hide_cursor = false hide_cursor = false
ignore_empty_input = true ignore_empty_input = true
immediate_render = true immediate_render = false
text_trim = true text_trim = true
} }
#BACKGROUND #BACKGROUND
background { background {
monitor = monitor =
path = ~/Pictures/Wallpapers/wall_anime2_4k.png path = ~/Pictures/Wallpapers/kris_ralsei_kissing.png # definetly not a picture of kris and ralsei kissing!!
blur_passes = 1
} }
input-field { input-field {
@@ -32,9 +31,9 @@ input-field {
placeholder_text = Session locked, enter password to unlock! placeholder_text = Session locked, enter password to unlock!
hide_input = false hide_input = false
fail_text = Password hint: Favorite Character - Deltarune, not Regretevator! fail_text = Password hint: Favorite Character - Deltarune, not Regretevator!
position = 0, -470 position = 0, -30
halign = center halign = center
valign = center valign = top
zindex = 10 zindex = 10
} }