2023-12-09 11:52:08 -06:00
|
|
|
# systrayUpdater
|
2023-12-09 10:00:14 -06:00
|
|
|
PyQt5 system tray applet notifier 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:
|
2023-12-07 19:30:04 -06:00
|
|
|
- Run update
|
|
|
|
- Read the News
|
2023-12-09 10:00:14 -06:00
|
|
|
- Display list of packages with updates available
|
|
|
|
- (click to find package on Arch linux Package Search website)
|
2023-12-07 18:57:10 -06:00
|
|
|
|
2023-12-07 19:30:04 -06:00
|
|
|
To install:
|
|
|
|
```
|
|
|
|
git clone https://github.com/ericlay/systrayUpdater.git
|
|
|
|
cd systrayUpdater
|
|
|
|
makepkg -sric
|
|
|
|
```
|
2021-09-05 12:36:36 -05:00
|
|
|
|
2023-12-09 10:00:14 -06:00
|
|
|
Post install:
|
|
|
|
It is suggested to copy `/etc/systrayupdater` to `$HOME/.config/systrayupdater`
|
|
|
|
|
2023-12-08 22:35:44 -06:00
|
|
|
Uses config file for options: `/etc/systrayupdater/config.yml`
|
2023-12-09 10:00:14 -06:00
|
|
|
- Terminal command (set to `$TERM` by default)
|
|
|
|
- Set terminal option (usually `-e`)
|
2021-09-05 07:14:41 -05:00
|
|
|
- Timer duration for `checkupdates` to run in backgound
|
|
|
|
- Custom system tray icon
|
2023-12-09 10:00:14 -06:00
|
|
|
- Defaults to `$HOME/systrayupdater/config.yml` if found
|
2021-09-05 07:14:41 -05:00
|
|
|
|
2021-09-05 12:36:36 -05:00
|
|
|
Includes:
|
|
|
|
- .desktop file for autostarting
|
|
|
|
- Tray and shortcut icons
|
|
|
|
|