aboutsummaryrefslogtreecommitdiff
path: root/mako/.config
diff options
context:
space:
mode:
Diffstat (limited to 'mako/.config')
-rw-r--r--mako/.config/mako/README.md20
-rw-r--r--mako/.config/mako/config4
2 files changed, 24 insertions, 0 deletions
diff --git a/mako/.config/mako/README.md b/mako/.config/mako/README.md
new file mode 100644
index 0000000..7378bb2
--- /dev/null
+++ b/mako/.config/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/mako/config b/mako/.config/mako/config
new file mode 100644
index 0000000..9a0fdb9
--- /dev/null
+++ b/mako/.config/mako/config
@@ -0,0 +1,4 @@
+default-timeout=5000
+background-color=#1e1e1e
+border-color=#505050
+margin=14 \ No newline at end of file