David Wilson on Nostr: I've been using Dunst for desktop notifications for a long time. After I switched to ...
I've been using Dunst for desktop notifications for a long time. After I switched to Wayland, I started seeing occasional hangs where it gets stuck at 100% CPU.
Looked for a better option and landed on Mako. Easy to configure, nice looking, and easy to control.
https://github.com/emersion/mako
Here's how I run it:
```
mako --border-radius=2 --font="Iosevka Aile 10" --max-visible=5 --outer-margin=5 --margin=3 --background="#1c1f26" --border-color="#89AAEB" --border-size=1 --default-timeout=7000
```
Looked for a better option and landed on Mako. Easy to configure, nice looking, and easy to control.
https://github.com/emersion/mako
Here's how I run it:
```
mako --border-radius=2 --font="Iosevka Aile 10" --max-visible=5 --outer-margin=5 --margin=3 --background="#1c1f26" --border-color="#89AAEB" --border-size=1 --default-timeout=7000
```