Skip to content

Instantly share code, notes, and snippets.

@mcpcpc
Created June 16, 2020 14:24
Show Gist options
  • Save mcpcpc/18633c09040d0182d8508f4d7f2335fd to your computer and use it in GitHub Desktop.
Save mcpcpc/18633c09040d0182d8508f4d7f2335fd to your computer and use it in GitHub Desktop.
#!/bin/sh
xinitrc() {
export DISPLAY=:0
display \
-page 3200x \
-sample 3200x \
-window root \
~/pictures/wallpapers/1584804651592.png &
cat conf/cache/paleta/colors
exec sowm
}
trap xinitrc USR1
(
trap '' USR1
X -ardelay 200 \
-arinterval 20 \
-dpms \
-nolisten tcp \
:0 vt1 -quiet
) &
wait
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment