diff options
author | Aylur <[email protected]> | 2024-11-07 01:39:01 +0100 |
---|---|---|
committer | Aylur <[email protected]> | 2024-11-07 01:39:01 +0100 |
commit | 12ee15f4dadc0c006a8e104ef0b45afebd29fcc7 (patch) | |
tree | 3c76d21e9494ac031b7d27f7063b29e8d58c01bb /examples | |
parent | c41493373af18bd1c7c9b25882c93c1841110baa (diff) |
docs: showcase notification example
Diffstat (limited to 'examples')
-rw-r--r-- | examples/js/notifications/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/js/notifications/README.md b/examples/js/notifications/README.md index 7d7562a..60dad60 100644 --- a/examples/js/notifications/README.md +++ b/examples/js/notifications/README.md @@ -1,3 +1,5 @@ # Notifications Popups + + A replacement for dunst and other daemons using [Notifd](https://aylur.github.io/astal/guide/libraries/notifd). |