update readme
This commit is contained in:
parent
ad20277b60
commit
3e86a3e3db
11
README.md
11
README.md
|
@ -1,12 +1,21 @@
|
||||||
# systrayUpdater
|
# systrayUpdater
|
||||||
Simple Qt based system tray icon to notify of available updates and then update on click
|
Simple Qt based system tray icon to notify of available updates and then update on click
|
||||||
|
|
||||||
|
For Arch (based) systems only!
|
||||||
|
|
||||||
|
To install and use: Place files in appropriate locations and run appropriate commands when doing so
|
||||||
|
|
||||||
Uses config file for options.
|
Uses config file for options.
|
||||||
- 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
|
||||||
- Option to use `checkupdates -d` to preload new pkgs to cache
|
- Option to use `checkupdates -d` to preload new pkgs to cache
|
||||||
(must complete update before installing new pkgs or suffer partial upgrades!!)
|
(must complete update before installing new pkgs or suffer partial updates!)
|
||||||
- Custom system tray icon
|
- Custom system tray icon
|
||||||
|
|
||||||
|
Includes:
|
||||||
|
- .desktop file for autostarting
|
||||||
|
- Pacman hook files to avoid partial updates
|
||||||
|
- Tray and shortcut icons
|
||||||
|
|
||||||
TODO
|
TODO
|
||||||
- look into adding option to view news
|
- look into adding option to view news
|
||||||
|
|
Loading…
Reference in New Issue