Skip to content

Instantly share code, notes, and snippets.

@truncs
Created May 20, 2011 19:40
Show Gist options
  • Save truncs/983625 to your computer and use it in GitHub Desktop.
Save truncs/983625 to your computer and use it in GitHub Desktop.
#!/bin/sh
feh --bg-scale /home/prudhvi/Downloads/wallpaper.jpg
while true; do
xsetroot -name "`date '+%a %Y-%m-%d %H:%M:%S'`"
sleep 1
done &
exec /usr/bin/dwm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment