diff options
| author | 2026-04-17 10:53:58 +0100 | |
|---|---|---|
| committer | 2026-04-17 10:53:58 +0100 | |
| commit | d6377ffa5d12edd6bee3c326ab8fa8bf2391ead8 (patch) | |
| tree | 31dcbd68db7b3c9c3e7471bb6ab4a197aaac585b | |
| parent | 25a32495bd953ffcbfe6c71c24c0f9f6e4eeb103 (diff) | |
| download | dotfiles-d6377ffa5d12edd6bee3c326ab8fa8bf2391ead8.tar.gz dotfiles-d6377ffa5d12edd6bee3c326ab8fa8bf2391ead8.tar.bz2 dotfiles-d6377ffa5d12edd6bee3c326ab8fa8bf2391ead8.zip | |
feat: add mako notification daemon config
- Gruvbox dark theme with urgency-based colors
- Replaces dunst for Wayland
| -rw-r--r-- | home/.config/mako/config | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/home/.config/mako/config b/home/.config/mako/config new file mode 100644 index 0000000..161f357 --- /dev/null +++ b/home/.config/mako/config @@ -0,0 +1,21 @@ +font=mono 8 +background-color=#282828 +text-color=#ebdbb2 +border-color=#fabd2f +border-size=1 +border-radius=0 +padding=8 +margin=4 +width=300 +default-timeout=5000 +anchor=top-right + +[urgency=low] +border-color=#8ec07c + +[urgency=normal] +border-color=#fabd2f + +[urgency=critical] +border-color=#fb4934 +default-timeout=0 |
