1
1
mirror of https://github.com/redocnib/docker-tray synced 2024-11-22 02:31:57 +01:00

Added auto start setup details

This commit is contained in:
Kiran Abraham Korah 2020-02-11 14:00:35 +05:30 committed by GitHub
parent c221b42d9d
commit f113b847ea
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -20,7 +20,18 @@ tray.h from https://github.com/zserge/tray
``` ```
The application utalizes sd_bus for hooking service states. The application utalizes sd_bus for hooking service states.
## Autostart - run on startup
For debian systems add the following text to ```nano ~/.config/autostart/docker-tray.desktop```
replace <path to executable> with orginal path.
```
[Desktop Entry]
Name=Docker Tray
Comment=Test
Exec=<path to executable>/docker-tray
Type=Application
Terminal=false
Hidden=false
```
## Contributing ## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.