custom-scripts/icewm_bodgemaster_env.sh: fix wallpapers
parent
c4881f49ff
commit
faa381effb
|
|
@ -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
|
echo "-- placeholder file, should be replaced on login by scripts" > /etc/skel/.config/conky/conky.conf
|
||||||
|
|
||||||
mkdir -p /etc/skel/.icewm/bkg
|
mkdir -p /etc/skel/.icewm/bkg
|
||||||
|
mkdir -p /usr/local/share/wallpapers
|
||||||
# backgrounds will be populated at the end of the script
|
# backgrounds will be populated at the end of the script
|
||||||
cat > /etc/skel/.icewm/startup << EOF
|
cat > /etc/skel/.icewm/startup << EOF
|
||||||
#!/usr/bin/env bash
|
#!/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 &
|
nm-applet &
|
||||||
blueman-applet &
|
blueman-applet &
|
||||||
pipewire &
|
pipewire &
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue