Giter VIP home page Giter VIP logo

nasa_apod_wp's Introduction

NASA_APOD_WP

Set Astronomy Picture Of the Day (APOD) as wallpaper on ubuntu

Simply run NASA_APOD_WP.py It will create a directory ~/NASA_APOD and download picture of the day to that directroy (named as yyyy-mm--dd.jpg) unless said file already exists, in which case it does nothing. After downloading the file, it sets it as wallpaper on ubuntu system. Windows support to come.

To automatically change wallpaper, consider adding following lines to ~/.bashrc:

# Change Wallpaper
today=$(date --rfc-3339=date)
if [ ! -f ~/NASA_APOD/${today}.jpg ]; then
        echo "Getting today's Wallpaper? [Y/N]"
        read resp
        if [ "$resp" == "Y" ] || [ "$resp" == "y" ] || [ "$resp" == "yes" ] || [ "$resp" == "YES" ] || [ "$resp" == "Yes" ]; then
                NASA_APOD_WP.py
        fi
fi

This will invoke a prompt everytime you start a terminal (only) when your wallpaper if not up to date. Note that the script NASA_APOD_WP.py has to be in your $PATH in order for this to work. Alternatively, you can use absolute path explicitly.

nasa_apod_wp's People

Contributors

sichongp avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.