I have this every 3 days, but the list displayed is limited by the height of the screen (notification popup).
Couldnât pick up the pic(?) from imgur - but I made assumptions from the description. I use Conky to run the display, along with some special lua scripts - see the results in the âscreenshotsâ thread here from a while back. Hereâs a âcloseupâ:
There are 19 updates, and 9 AUR updates being displayed on this scroller ATM, if youâre interested!

I modified my post, you should see the capture now. I use a small script.
Do you preset the number of lines, or just âsplashâ it in a notify-send? I assume thatâs from checkupdates⌠and just for giggles, hereâs an extract from my script for AUR listâŚ
echo "AUR Packages" >> /tmp/conky-update-list
echo "------------" >> /tmp/conky-update-list
yay -Qua | column -t -N Name,Current,"->",New >> /tmp/conky-update-list
I just put the command output in a file with no formatting.
nb_aur=$(yay -Quq | tee /tmp/aurupdates | wc -l)
nb_pac=$(checkupdates | tee /tmp/pacmanupdates | wc -l)
if ((nb_pac>0 || nb_aur>0)); then
cat /tmp/aurupdates >> /tmp/pacmanupdates
I like @Kresimir idea. I still use the notifier as a reminder to update. Iâve gotten myself into a routine. I just update every weekend/Friday. Notifier did help me prior to getting into this update routine. Iâve let you know what I think of the notifier. And I say it again I would keep it, just give it the capability to run according to a scheduled time not every bootup. It does help people coming from other distros like Debian/Ubuntu which have a whole update manager.
And itâs not to uninstall or disable. We do have an audience that is pretty new to arch and arch-based distros. Also, not everyone is a script master.
Looks like thereâs a timer and a service :
eos-update-notifier etc/skel/.config/systemd/user/eos-update-notifier.service
eos-update-notifier etc/skel/.config/systemd/user/eos-update-notifier.timer
You can modify the timer to trigger the service every friday.
I think Debian/Ubuntu or Fedora use a Gnome utility, they have no native tool.
For Arch, Pamac, Octopi or Argon can be used for notification.
Thank you. I have that configured but for some reason, itâs not working for me. But I just keep the notifier for nostalgic reasons .
No, they donât but the people who create distros create tools to handle the updates. Ex: Mint Upgrade tool.
Or make something as update deskâŚmenu option news if archlinuxâŚyay -Pwwq endeavouros notifier simple update menuâŚpaccache cleaner âŚ
You can keep it my part or do more complicated like system maintainance something like that news update sort of things lol
Yes, i need a notification about new Updates. EOS and AUR. A pity that it is no longer included in the default installation. But this Notification can from anyone and one a Day or by Boot for example is enough. A Programm, a Script, ⌠but a simple modify option that are include in the default Installation.
This post is old. The last post is a year old. @Revan335, you should probably continue this discussion in the thread you already posted inâŚ
A script you say?
Here you go:
In case youâre on plasma, a good notifier is Apdatifier )KDE widgets). It actually keeps track & takes care of all repos PLUS it notifies & updates widgets,
Personally, I only use it to notify me of new widgets updates & as a tool to implement them. Yes, it does notify me of system updates, but I find it really pointless in a rolling release distro.