From 0774630ed0741ebf12eae24a7cf3201c38152340 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Tue, 19 Mar 2024 20:24:58 +0100 Subject: [PATCH] Remove the splash on the wallpaper --- bin/set_wallpaper | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/set_wallpaper b/bin/set_wallpaper index 687a1f8..eeb509f 100755 --- a/bin/set_wallpaper +++ b/bin/set_wallpaper @@ -14,5 +14,6 @@ if [ -d "$WALLPAPER_DIRECTORY" ]; then cat >"$HYPRPAPER_CNF" << EOF preload = $WALLPAPER_FILE wallpaper = ,$WALLPAPER_FILE +splash = false EOF fi