For a more robust notification deamon it's recommended to use SwayNotificationCenter which also provides a *notifications center* which can be heavily customised.
To install SwayNC:
```
# xbps-install -Sy SwayNotificationCenter
```
SwayNC's functionality and looks can be edited through `.config/swaync/config.json` and `.config/swaync/style.css` .....
```
$ cp -r {config-files-repo}/swaync .config/
```
To use SwayNC make sure it gets started by Wayfire and to be able to toggle it's notification center also bind it in `.config/wayfire.ini`.
```
[autostart]
notifications = swaync
[command]
binding_swaync = <super> KEY_TAB
command_swaync = swaync-client -t -sw
```
Waybar can also be configured to display an icon for when there are unread notifications. In `.config/waybar/config` add: