Skip to content

Commit

Permalink
docs: add screen notifier doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark2000 committed Nov 17, 2023
1 parent 3faed08 commit df61207
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ For more detailed information, please read the following:
- [Texture Viewer](./docs/texture_viewer.md)
- [Misc Commands](./docs/misc_commands.md)
- [General Settings](./docs/general_settings.md)
- [Screen Notifier](./docs/screen_notifier.md)

# Installation 🚀

Expand Down
Binary file added docs/assets/screen_notifier_demo.mp4
Binary file not shown.
13 changes: 13 additions & 0 deletions docs/screen_notifier.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Screen Notifier

Here's a short video demonstrating its functionalities.

![screen notifier demo](./assets/screen_notifier_demo.mp4)

You can use screen notifier to send one-off popup style notifications or durable resident notifications, simple yet powerful.

The function `notify(any, id = -1)` is defined in the `Panku` singleton and implemented by `screen_notifier` module.

## Related Files

`panku_console/modules/texture_viewer/*`

0 comments on commit df61207

Please sign in to comment.