summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorBlake Romero <blake@developercraft.com>2025-10-29 15:28:03 +0000
committerBlake Romero <blake@developercraft.com>2025-10-29 15:28:03 +0000
commitee8e6eaa30d07734ac614b49c2171f9c7042d05f (patch)
tree6343b067d009de2314f9f7ee01707da9ee352e18 /config
Add configHEADmain
Diffstat (limited to 'config')
-rwxr-xr-xconfig56
1 files changed, 56 insertions, 0 deletions
diff --git a/config b/config
new file mode 100755
index 0000000..22a1be5
--- /dev/null
+++ b/config
@@ -0,0 +1,56 @@
+#
+# MAKO
+# See: man mako 5
+#
+
+# Note: audio files must be .wav:
+# To convert mp3 in current dir to wav use the snippet below
+# for f in *.mp3; do ffmpeg -i "$f" "$(basename ${f::-4}).wav"; done
+
+# TODO: add icons, add sound
+
+# Settings
+#output=DP-1
+sort=-time
+layer=overlay
+width=250
+height=500
+max-icon-size=24
+border-size=1
+border-radius=4
+padding=8
+icon-path=/usr/share/icons/Papirus-Dark
+
+# Colors
+background-color=#222222
+text-color=#eeeeee
+border-color=#444444
+progress-color=over #313244
+
+# Urgencies
+[urgency=low]
+default-timeout=3000
+#on-notify=exec aplay ~/audio/pop
+
+[urgency=normal]
+default-timeout=6000
+#on-notify=exec aplay ~/audio/message
+
+[urgency=critical]
+default-timeout=0
+border-color=#f38ba8
+#on-notify=exec aplay ~/audio/alert
+
+[category=pkg]
+default-timeout=10000
+
+[category=volume]
+anchor=top-center
+icon-location=top
+max-icon-size=32
+#on-notify=exec aplay ~/audio/pop
+default-timeout=1500
+progress-color=over #444444
+height=30
+width=200
+