feat: Add lockscreen spots effect

This commit is contained in:
2025-10-22 16:24:45 +11:00
parent 9287396d75
commit cc3ceda272
4 changed files with 463 additions and 5 deletions

View File

@@ -12,6 +12,8 @@ auth {
# GENERAL
general {
hide_cursor = true
screencopy_mode = 0
immediate_render = false
}
animation {
@@ -21,13 +23,17 @@ animation {
# BACKGROUND
background {
path = $HOME/.config/lockpaper
path = screenshot
blur_passes = 2
#reload_time = 15
#reload_cmd = echo $HOME/.config/lockpaper
blur_passes = 0
# blur_passes = 0
crossfade_time = 1
}
# AUTO BACKGROUND
# AUTO BACKGROUND END
# TIME
label {
text = $TIME
@@ -108,4 +114,4 @@ input-field {
capslock_color = rgb(255, 0, 0)
halign = left
valign = center
}
}