Remove the splash on the wallpaper

This commit is contained in:
Rodolphe Bréard 2024-03-19 20:24:58 +01:00
parent ee3162cc49
commit 0774630ed0

View file

@ -14,5 +14,6 @@ if [ -d "$WALLPAPER_DIRECTORY" ]; then
cat >"$HYPRPAPER_CNF" << EOF cat >"$HYPRPAPER_CNF" << EOF
preload = $WALLPAPER_FILE preload = $WALLPAPER_FILE
wallpaper = ,$WALLPAPER_FILE wallpaper = ,$WALLPAPER_FILE
splash = false
EOF EOF
fi fi