Skip to content

Instantly share code, notes, and snippets.

@666threesixes666
Created February 24, 2014 02:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 666threesixes666/9180979 to your computer and use it in GitHub Desktop.
Save 666threesixes666/9180979 to your computer and use it in GitHub Desktop.
gentoo animated wallpaper
#!/bin/bash
DM=xfdesktop
WALLPAPER=/usr/lib64/misc/xscreensaver/cubicgrid
while ! [ $(pgrep -c $DM) = '1' ];do
sleep 1
done
$WALLPAPER -window-id $(xwininfo -name "Desktop" | grep 'Window id' | sed 's/.*\(0x[0-9a-z]*\).*/\1/g') &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment