custom-scripts/icewm_bodgemaster_env.sh: fix wallpapers

master
BodgeMaster 2026-03-27 11:50:10 +01:00
parent c4881f49ff
commit faa381effb
1 changed files with 2 additions and 1 deletions

View File

@ -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 &