Update README.md
This commit is contained in:
parent
ba004629ce
commit
8d1027b475
15
README.md
15
README.md
|
@ -4,13 +4,18 @@ PyQt5 system tray applet to notify of available updates.
|
|||
For Arch (based) systems only!
|
||||
|
||||
Right click to access menu actions:
|
||||
-Run update
|
||||
-Read the News
|
||||
-Display list of packages with updates available (click to search arch website for highlighted package)
|
||||
- Run update
|
||||
- Read the News
|
||||
- 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`)
|
||||
- Timer duration for `checkupdates` to run in backgound
|
||||
- Custom system tray icon
|
||||
|
|
Loading…
Reference in New Issue