Skip to content

Instantly share code, notes, and snippets.

@theruziev
Created February 25, 2020 10:46
Show Gist options
  • Save theruziev/cc235dc328454e97df35206991d5c31e to your computer and use it in GitHub Desktop.
Save theruziev/cc235dc328454e97df35206991d5c31e to your computer and use it in GitHub Desktop.
Cron for eyes
#!/bin/sh
eval "export $(egrep -z DBUS_SESSION_BUS_ADDRESS /proc/$(pgrep -u $LOGNAME gnome-session)/environ)";
#Code:
DISPLAY=:0 notify-send "Wink wink"
#!/bin/sh
eval "export $(egrep -z DBUS_SESSION_BUS_ADDRESS /proc/$(pgrep -u $LOGNAME gnome-session)/environ)";
#Code:
DISPLAY=:0 notify-send "Break"
*/20 * * * * /home/theruziev/20min.sh
*/45 * * * * /home/theruziev/45min.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment