feat: Add new wallpaper script to disable auto changes

This commit is contained in:
2025-04-20 14:17:42 +10:00
parent 1d84fd110f
commit bee7c8fef8
14 changed files with 128 additions and 594 deletions

View File

@@ -2,15 +2,23 @@ $font=Fira Code
# GENERAL
general {
disable_loading_bar = true
hide_cursor = true
}
animation {
enabled = true
bezier = linear, 1, 1, 0, 0
animation = fade, 1, 1.8, linear
}
# BACKGROUND
background {
path = $HOME/.config/backgrounds/0_Shinjuro_Rengoku_0.png
#path = $HOME/.config/backgrounds/0_Jellyfish.png
path = $HOME/.config/lockpaper
reload_time = 15
reload_cmd = echo $HOME/.config/lockpaper
blur_passes = 0
crossfade_time = 1
}
# TIME
label {
@@ -97,13 +105,13 @@ input-field {
}
# FINGERPRINT
{
# monitor = "";
text = $FPRINTPROMPT
color = rgb(255, 255, 255)
font_size = 14;
font_family = $font;
position = 0, -107;
halign = center;
valign = center;
}
# {
# # monitor = "";
# text = $FPRINTPROMPT
# color = rgb(255, 255, 255)
# font_size = 14;
# font_family = $font;
# position = 0, -107;
# halign = center;
# valign = center;
# }