diff options
| author | Blake Romero <blake@blkrom.com> | 2024-12-17 23:05:34 +0000 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2024-12-17 23:05:34 +0000 |
| commit | 3ff96935c6000d385d3fda59eca026cbbe7e2b72 (patch) | |
| tree | a3b847b91709f983784045ef7ded6a85b74b29e6 /dot-config/mako/config | |
| parent | b9b82125e07e640e658e30ea78ae55c665ef8092 (diff) | |
Add mako config
Diffstat (limited to 'dot-config/mako/config')
| -rw-r--r-- | dot-config/mako/config | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/dot-config/mako/config b/dot-config/mako/config new file mode 100644 index 0000000..81481a1 --- /dev/null +++ b/dot-config/mako/config @@ -0,0 +1,59 @@ +# +# 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 + +# Settings +#output=DP-1 +sort=-time +layer=overlay +width=275 +height=500 +max-icon-size=24 +border-size=2 +border-radius=8 +padding=8 +icon-path=/usr/share/icons/elementary + +# Colors +background-color=#1e1e2e +text-color=#cdd6f4 +border-color=#89b4fa +progress-color=over #313244 + +# Urgencies +[urgency=low] +default-timeout=3000 +border-color=#eeeeee +on-notify=exec aplay ~/audio/pop + +[urgency=normal] +default-timeout=8000 +border-color=#f9e2af +on-notify=exec aplay ~/audio/message + +[urgency=critical] +default-timeout=0 +border-color=#f38ba8 +on-notify=exec aplay ~/audio/alert + +[category=pacman] +default-timeout=10000 + +[category=volume] +anchor=top-center +border-color=#aaaaaa +icon-location=top +max-icon-size=32 +on-notify=exec aplay ~/audio/pop +default-timeout=1500 +progress-color=over #444444 +height=30 +width=200 + +[category=wallpaper] +max-icon-size=64 |
