Created
September 29, 2014 23:32
-
-
Save aphyr/7582b5b175c804d1d1f9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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