summary refs log tree commit diff stats
path: root/pkg/unsplash/unsplash.go
Commit message (Collapse)AuthorAgeFilesLines
* Split project into multiple programsAndinus2020-03-141-89/+0
| | | | Re-initialization to split project into multiple programs
* Add support for random photo as background v0.3.1Andinus2020-03-141-0/+43
|
* Unexport GetPathFromID & further break it in 2 functionsAndinus2020-03-141-12/+16
| | | | | appendSizeToPath will get repeated later so seperated it into a different function
* Break SetFromID in 2 functions v0.3.0Andinus2020-03-141-8/+13
| | | | | GetPathFromID returns the path of the photo & SetFromID first gets the path from GetPathFromID then uses background.Set to set the background
* Fix SetFromID & add usage in readmeAndinus2020-03-141-1/+1
|
* Add photoID supportAndinus2020-03-141-0/+37
photo-id flag can be used to set a specific photo as background