Update README.md
This commit is contained in:
parent
ba004629ce
commit
8d1027b475
|
@ -8,9 +8,14 @@ Right click to access menu actions:
|
||||||
- Read the News
|
- Read the News
|
||||||
- Display list of packages with updates available (click to search arch website for highlighted package)
|
- Display list of packages with updates available (click to search arch website for highlighted package)
|
||||||
|
|
||||||
To install and use: Place files in appropriate locations and run appropriate commands when doing so
|
To install:
|
||||||
|
```
|
||||||
|
git clone https://github.com/ericlay/systrayUpdater.git
|
||||||
|
cd systrayUpdater
|
||||||
|
makepkg -sric
|
||||||
|
```
|
||||||
|
|
||||||
Uses config file for options.
|
Uses config file for options: `$HOME/.config/systrayupdater/systrayupdater.yml`
|
||||||
- Terminal command and option (usually `-e`)
|
- Terminal command and option (usually `-e`)
|
||||||
- Timer duration for `checkupdates` to run in backgound
|
- Timer duration for `checkupdates` to run in backgound
|
||||||
- Custom system tray icon
|
- Custom system tray icon
|
||||||
|
|
Loading…
Reference in New Issue