Skip to content

Instantly share code, notes, and snippets.

@aphyr
Created September 29, 2014 23:32
Show Gist options
  • Save aphyr/7582b5b175c804d1d1f9 to your computer and use it in GitHub Desktop.
Save aphyr/7582b5b175c804d1d1f9 to your computer and use it in GitHub Desktop.
#!/bin/sh
# Pomodoro counter
notify-send -i software-update-urgent "YOU WANNA BUGATTI?" & \
feh --bg-scale ~/Backgrounds/Wide/werk.png &
sleep 1500
notify-send -i weather-clear "OK TWITTER TIME" & \
feh --bg-scale ~/Backgrounds/Wide/dad.jpg & \
play '/usr/share/sounds/freedesktop/stereo/complete.oga'
sleep 300
notify-send -i /home/aphyr/images/workbitch/britney.png "YOU BETTER WERK BITCH" & \
play '/usr/share/sounds/freedesktop/stereo/suspend-error.oga'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment