From 15536c8fd6bb28eb07fe003a3de4ad9b74a9ec93 Mon Sep 17 00:00:00 2001 From: Henry Webster Date: Sun, 26 Jul 2026 13:17:26 -0500 Subject: (mako) add README and directory --- mako | 4 ---- mako/README.md | 20 ++++++++++++++++++++ mako/config | 4 ++++ 3 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 mako create mode 100644 mako/README.md create mode 100644 mako/config diff --git a/mako b/mako deleted file mode 100644 index 9a0fdb9..0000000 --- a/mako +++ /dev/null @@ -1,4 +0,0 @@ -default-timeout=5000 -background-color=#1e1e1e -border-color=#505050 -margin=14 \ No newline at end of file diff --git a/mako/README.md b/mako/README.md new file mode 100644 index 0000000..7378bb2 --- /dev/null +++ b/mako/README.md @@ -0,0 +1,20 @@ +# mako - wayland notification daemon + +## Configuration + +### Location +`~/.config/mako/config` + +### How to Reload + +``` sh +makoctl reload +``` + +## Test +This requires `libnotify`. + +``` sh +notify-send "Title" "This is a test notification." +``` + diff --git a/mako/config b/mako/config new file mode 100644 index 0000000..9a0fdb9 --- /dev/null +++ b/mako/config @@ -0,0 +1,4 @@ +default-timeout=5000 +background-color=#1e1e1e +border-color=#505050 +margin=14 \ No newline at end of file -- cgit v1.3