Show an indicator if there are any security updates missing for your Arch Linux system.
pacman -S arch-audit-gtk
On gnome3 you need to install and enable an extension for AppIndicator to work.
pacman -S git rust arch-audit
git clone https://github.com/kpcyrd/arch-audit-gtk
cd arch-audit-gtk
cargo run
GPLv3+