2021-09-02 08:36:54 -05:00
|
|
|
# systrayUpdater
|
2021-09-05 07:14:41 -05:00
|
|
|
Simple Qt based system tray icon to notify of available updates and then update on click
|
|
|
|
|
2021-09-05 12:36:36 -05:00
|
|
|
For Arch (based) systems only!
|
|
|
|
|
|
|
|
To install and use: Place files in appropriate locations and run appropriate commands when doing so
|
|
|
|
|
2021-09-05 07:14:41 -05:00
|
|
|
Uses config file for options.
|
|
|
|
- Terminal command and option (usually `-e`)
|
|
|
|
- Timer duration for `checkupdates` to run in backgound
|
|
|
|
- Option to use `checkupdates -d` to preload new pkgs to cache
|
2021-09-05 12:36:36 -05:00
|
|
|
(must complete update before installing new pkgs or suffer partial updates!)
|
2021-09-05 07:14:41 -05:00
|
|
|
- Custom system tray icon
|
|
|
|
|
2021-09-05 12:36:36 -05:00
|
|
|
Includes:
|
|
|
|
- .desktop file for autostarting
|
|
|
|
- Pacman hook files to avoid partial updates
|
|
|
|
- Tray and shortcut icons
|
|
|
|
|
2021-09-05 07:14:41 -05:00
|
|
|
TODO
|
|
|
|
- look into adding option to view news
|