2021-09-02 08:36:54 -05:00
|
|
|
# systrayUpdater
|
2023-12-07 18:57:10 -06:00
|
|
|
PyQt5 system tray applet to notify of available updates.
|
2021-09-05 07:14:41 -05:00
|
|
|
|
2021-09-05 12:36:36 -05:00
|
|
|
For Arch (based) systems only!
|
|
|
|
|
2023-12-07 18:57:10 -06:00
|
|
|
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)
|
|
|
|
|
2021-09-05 12:36:36 -05:00
|
|
|
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
|
|
|
|
- Custom system tray icon
|
|
|
|
|
2021-09-05 12:36:36 -05:00
|
|
|
Includes:
|
|
|
|
- .desktop file for autostarting
|
|
|
|
- Tray and shortcut icons
|
|
|
|
|