Advertisement
Guest User

Untitled

a guest
Apr 17th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. #!/bin/sh
  2. #
  3. # earth_bg.sh - for desktop threds on 2ch.hk.
  4. #
  5. # Created: 17-04-2019 19:46:20 AMT
  6. #
  7. # anonymous, <admin@2ch.hk>
  8. #
  9. # Cron:
  10. # 10 */1 * * * /bin/sh /home/lucas/bin/earth_bg.sh
  11. #
  12.  
  13. wget -q http://static.die.net/earth/mercator/1600.jpg -O ${HOME}/.earth_bg.jpg
  14. feh --bg-fill ${HOME}/.earth_bg.jpg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement