RaphaelRochet/arch-update

Check AUR updates and show them in the topbar icon

Neo-29 opened this issue · 2 comments

Neo-29 commented

Hello Raphael,

I tried this command to try to spawn AUR updates in the icon with /usr/bin/checkupdates ; /usr/bin/yay -Qua in the box command to checkupdate in advanced settings without success.

Is there a way to implement that?

Tks

issuearchupdate

When using a complex command line, you need to call a shell first, did you try what's in the wiki :

/bin/sh -c "(/usr/bin/checkupdates; /usr/bin/yay -Qu --color never | sed 's/Get .*//') | sort -u -t' ' -k1,1"
Neo-29 commented

When using a complex command line, you need to call a shell first, did you try what's in the wiki :

/bin/sh -c "(/usr/bin/checkupdates; /usr/bin/yay -Qu --color never | sed 's/Get .*//') | sort -u -t' ' -k1,1"

My bad.....

All is already in the wiki I missed!

Sorry!

Closing the issue and tks for taking time to answer anyway