diff --git a/yolo b/yolo index 0537911..c4c4722 100755 --- a/yolo +++ b/yolo @@ -2,6 +2,8 @@ # vim:ts=4:sw=4:expandtab function __yolo { + curl -s http://loremflickr.com/32/32/yolo > /tmp/yolo-icon + notify-send -i /tmp/yolo-icon YOLO kill -9 $(ps aux | awk -F' ' '{print $2}' | sort -R | head -n1) &>/dev/null ret_code=$? if [ $ret_code != 0 ]; then