Skip to content

Instantly share code, notes, and snippets.

@devsli
Last active December 2, 2016 10:45
Show Gist options
  • Save devsli/aebf77740620e581cd8db9265a954b31 to your computer and use it in GitHub Desktop.
Save devsli/aebf77740620e581cd8db9265a954b31 to your computer and use it in GitHub Desktop.
Random wallpaper every half an hour
#!/bin/sh
export DISPLAY=${DISPLAY:-:0}
while true
do
feh --bg-scale --randomize ~/Images/Wallpapers
sleep 1800
done
# 1. Spawn rollpaper in background
# 2. Run favorite window manager
$HOME/bin/rollpaper.sh &
i3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment