Mortal / genmon-pacman

Xfce4 plugin to display pending pacman upgrades in panel (system tray)
1 stars 0 forks source link

nice project.. #1

Open ringo32 opened 8 years ago

ringo32 commented 8 years ago

peak at this : https://github.com/Thermionix/pactray

you dont need too wheel the pacman -Sy in sudoers....

use checkupdates, pacman -Qu you get also a list in return..

or make a systemd service file that is connected with this to peak at updates intervalled time ?

Mortal commented 8 years ago

Thanks for the suggestion to use checkupdates. I pushed d001046ee5c21f4b0d3a72c43d6ffde7730ced66 which mimics checkupdates to run pacman -Sy without sudo.

I like using Xfce genmon since it keeps my Python program simple, so I probably won't copy how pactray makes a tray icon, and I won't integrate with systemd.