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:
parent
c221b42d9d
commit
f113b847ea
13
readme.md
13
readme.md
@ -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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user