Downloads Bing, NASA, National Geographic, Unsplash Photo of the Day and sets it as wallpaper
Downloads Bing Photo of the Day, NASA Astronomy Picture of the Day, National Geographic Photo of the Day, Unsplash Source Random Photo and sets it as wallpaper.
$ npm install photo-of-the-day
$ cd startup
$ ./autostart.sh
You must install it globally first in order to use this feature. You can customize the startup command in potd.plist (for Mac OS X) or potd.desktop (for Linux) file.
Flag | Short | Description | Usage |
---|---|---|---|
--nasa |
-n |
Choose NASA photo | -n |
--ng |
-N |
Choose National Geographic photo | -N |
--unsplash |
-u |
Choose Unsplash photo | -u |
--before |
-b |
Set date for Bing | -b 1 |
--locale |
-l |
Set locale for Bing | -l en-GB |
--resolution |
-r |
Set resolution for Bing & Unsplash | -r 1920x1200 |
--key |
-k |
Set API key for NASA | -k SOME_API_KEY |
--date |
-d |
Set date for NASA or National Geographic (YYYY-mm-dd) | -d 2019-06-19 |
--random |
-R |
Choose a random photo from NASA or National Geographic or Unsplash | -R |
--wallpaper |
-w |
Don’t set downloaded photo as wallpaper (can be used for bulk downloading) | -w |
--option |
-o |
Set background display option for Linux | -o centered |
Example | Description |
---|---|
$ potd |
Sets wallpaper as Bing photo |
$ potd -n |
Sets wallpaper as NASA photo |
$ potd -N |
Sets wallpaper as National Geographic photo |
$ potd -u |
Sets wallpaper as Unsplash photo |
$ potd -b 1 |
Sets wallpaper as Bing from yesterday |
$ potd -l en-GB |
Sets wallpaper as Bing from Great Britain |
$ potd -r 1920x1200 |
Sets wallpaper as Bing with 1920x1200 resolution |
$ potd -b 1 -l en-GB -r 1920x1200 |
Sets wallpaper as Bing from yesterday and Great Britain with 1920x1200 resolution |
$ potd -n -k SOME_API_KEY |
Sets wallpaper as NASA using specified API key |
$ potd -n -d 2019-06-18 |
Sets wallpaper as NASA from 2019-06-18 |
$ potd -n -R |
Sets wallpaper as a random NASA photo |
$ potd -n -k SOME_API_KEY -d 2019-06-18 |
Sets wallpaper as NASA from 2019-06-18 using specified API key |
$ potd -n -k SOME_API_KEY -R |
Sets wallpaper as a random NASA photo using specified API key |
$ potd -N -d 2019-06-06 |
Sets wallpaper as National Geographic from 2019-06-06 |
$ potd -N -R |
Sets wallpaper as a random National Geographic photo |
$ potd -u -r 1920x1200 |
Sets wallpaper as Unsplash with 1920x1200 resolution |
$ potd -u -R |
Sets wallpaper as a random Unsplash photo |
$ potd -u -r 1920x1200 -R |
Sets wallpaper as a random Unsplash photo with 1920x1200 resolution |
$ potd -w |
Only downloads Bing photo (doesn’t set it as wallpaper) |
$ potd -o centered |
Wallpaper centered on desktop |
It is setup using GitHub Actions in .github/workflows/lint.yml
Feel free to contribute according to the semistandard rules and latest ECMAScript Specification.
You can distribute this software freely under GNU GPL v3.0.