update-notifier
update-notifier copied to clipboard
Script to check for pacman ypdates and notify user about the. Can be called with conky, autostart script or cron.
At the moment on an up to date Manjaro system `update-notifier` returns ```/bin/update-notifier: line 98: dunstify: command not found``` Many users on Manjaro also uninstalled `dunst` after an update one...
Currently `update-notifier` support `yay`, `pacaur` and `trizen` but they do not appear in the README file. New users and package maintainer probably read that file to have information about this...
I open this issue to organize the work to split the scripts in one "functions script" and 2/3 command script. At the moment I have no experience about function inclusion...
It would be nice if update-cmd script did not call gnome-terminal and/or pamac-updater. Script should select from installed terminal emulators instead of requiring gnome terminal. Also if pamac is not...