From faa381effb92f0da9c9567bbfd687d4b194acc63 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Fri, 27 Mar 2026 11:50:10 +0100 Subject: [PATCH] custom-scripts/icewm_bodgemaster_env.sh: fix wallpapers --- custom-scripts/icewm_bodgemaster_env.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom-scripts/icewm_bodgemaster_env.sh b/custom-scripts/icewm_bodgemaster_env.sh index b8478fc..9e3d9c4 100644 --- a/custom-scripts/icewm_bodgemaster_env.sh +++ b/custom-scripts/icewm_bodgemaster_env.sh @@ -269,11 +269,12 @@ mkdir -p /etc/skel/.config/conky echo "-- placeholder file, should be replaced on login by scripts" > /etc/skel/.config/conky/conky.conf mkdir -p /etc/skel/.icewm/bkg +mkdir -p /usr/local/share/wallpapers # backgrounds will be populated at the end of the script cat > /etc/skel/.icewm/startup << EOF #!/usr/bin/env bash -icewmbg --replace --image "\$(find "\$HOME/.icewm/bkg/" -type f | shuf | head -n1)" --scaled=1 --center=0 & +icewmbg --replace --image "\$(find "\$HOME/.icewm/bkg/" | shuf | head -n1)" --scaled=1 --center=0 & nm-applet & blueman-applet & pipewire &