Skip to content

Instantly share code, notes, and snippets.

@agutenkunst
Created January 14, 2020 08:47
Show Gist options
  • Save agutenkunst/b78f656392a3e67f0b8220dfc0913eeb to your computer and use it in GitHub Desktop.
Save agutenkunst/b78f656392a3e67f0b8220dfc0913eeb to your computer and use it in GitHub Desktop.
Send notification via notify-send with crontab cronjob and Ubuntu 18.04
* * * * * eval "export $(egrep -z DBUS_SESSION_BUS_ADDRESS /proc/$(pgrep -u $LOGNAME gnome-session)/environ)"; /usr/bin/notify-send "Foo"
source: https://askubuntu.com/a/346580
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment