Created
June 21, 2015 05:37
-
-
Save codenirvana/2a0410452d1c64c82433 to your computer and use it in GitHub Desktop.
New email notify-send notification with sound
This file contains hidden or 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
notify-send -u normal -i /usr/share/icons/Paper/64x64/apps/email.png "New Email" "${USER^} you have a new email!" && paplay /usr/share/sounds/freedesktop/stereo/message-new-instant.oga |
Thanks a lot
Many thanks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you it helped :)