summary refs log tree commit diff stats
path: root/pkg/background
Commit message (Collapse)AuthorAgeFilesLines
* Put the functions into seperate files & fix compile time errorAndinus2020-03-191-0/+1
| | | | | | | Splitting the program into seperate programs will cause the binary size to double if the end user wants both services. Instead splitting the functions in seperate files will keep the binary size small for both services combined & also the program will be maintainable.
* Add support for other desktop environmentsAndinus2020-03-191-5/+19
|
* Check local cache before downloading backgroundAndinus2020-03-191-1/+1
|
* Add download functionAndinus2020-03-192-0/+34
|
* Remove license text from headersAndinus2020-03-151-14/+0
|
* Add version flagAndinus2020-03-141-0/+27