summary refs log tree commit diff stats
path: root/pkg/background/set.go
Commit message (Collapse)AuthorAgeFilesLines
* Add darwin supportAndinus2020-03-241-28/+0
|
* 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
|
* Add download functionAndinus2020-03-191-0/+13