Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
change popup image
Browse files Browse the repository at this point in the history
  • Loading branch information
goropikari committed Mar 1, 2018
1 parent 20f336a commit 7a6aa58
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This package is notification tools for Julialang.
- desktop notification
- sound notification
- email notification
- say notification
- say notification (read given massage aloud)
- Windows (Experimental)
- desktop notification
- sound notification
Expand Down Expand Up @@ -53,7 +53,7 @@ notify("calculation done", sound=true) # with sound
notify("calculation done", sound="foo.wav") # specify a sound file
alarm() # only sound. You can specify a sound file, alarm(sound="foo.wav")
```
![Screenshot of a Notification](./docs/popup.png?raw=true)
![Screenshot of a Notification](./docs/linuxpopup.png?raw=true)

### e-mail notification
```Julia
Expand Down Expand Up @@ -90,7 +90,7 @@ alarm() # only sound. You can specify a sound file, alarm(sound="foo.wav")
say("Finish calculation!") # Read aloud
```

![Screenshot of a Notification](./docs/screenshot.png?raw=true)
![Screenshot of a Notification](./docs/macpopup.png?raw=true)

Other supported parameters include `group` and `subtitle`.

Expand Down
Binary file added docs/linuxpopup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file removed docs/popup.png
Binary file not shown.

0 comments on commit 7a6aa58

Please sign in to comment.