Display notifications (using notify-send) in linux about connected USB devices
- Simple - one bash script and one udev rule.
- Uses notify-send
Download latest release and install sudo dpkg -i .deb package
Download zip or use git
git clone https://github.com/Mr-Precise/simple-usb-notifier/
Debian/*ubuntu:
sudo apt install libnotify-bin
Manjaro/Arch:
sudo pacman -S libnotify
copy 99-usb-notification.rules to udev rules folder (default in /etc/udev/rules.d/)
copy susb-notifier to /usr/bin/
Reload udev ruled:
udevadm control --reload-rules
systemctl restart udevTo build the package yourself:
sudo apt install dpkg-dev
fakeroot
dpkg -b simple-usb-notifier
exitResult:

