Skip to content

A python utility to read previous notifications via dbus, pair with notify-send

License

Notifications You must be signed in to change notification settings

duracell80/notify-read.sh

Repository files navigation

notify-read.sh

For GNOME based desktops, a python utility to read previous notifications via dbus, pair with notify-send

Install

$ ./install.sh

Usage

  • Install enables a desktop file addition to the startup applications that will run a notifications monitor on startup.
  • Desktop notifications sent by applications and notify-send are logged by timestamp to ~/.cache/notifications.log

Watch Realtime

$ watch cat ~/.cache/notifications.log

Notify-send

$ notify-read -n50 -a "notify-send"

Latest or Current Spotify Track

$ notify-read -n1 -a "spotify"

WiFi Health

$ notify-read -n20 -a "networkmanager" $ grep -i "networkmanager" ~/.cache/notifications.log

Releases

No releases published

Packages

No packages published