diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-07-22 21:49:34 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-07-22 22:07:01 -0700 |
commit | c37c53992dc09287915f7db4d58aedf844ede220 (patch) | |
tree | 946c01d7e6851bf7990272b233931be33e920a3f /dots/mako | |
parent | 988d0b06dbfbe46e32e10d56f6bda5c0653616e0 (diff) | |
download | dotfiles-c37c53992dc09287915f7db4d58aedf844ede220.tar.gz dotfiles-c37c53992dc09287915f7db4d58aedf844ede220.zip |
initial linux dots
Diffstat (limited to 'dots/mako')
-rw-r--r-- | dots/mako/.config/mako/config | 17 | ||||
-rw-r--r-- | dots/mako/.config/mako/sounds/notification.mp3 | bin | 0 -> 36864 bytes |
2 files changed, 17 insertions, 0 deletions
diff --git a/dots/mako/.config/mako/config b/dots/mako/.config/mako/config new file mode 100644 index 0000000..85c5325 --- /dev/null +++ b/dots/mako/.config/mako/config @@ -0,0 +1,17 @@ +anchor=top-right +layer=overlay +font=monospace 10 +background-color=#3b4252 +height=800 +text-color=#eceff4 +margin=4,4,20 +padding=15 +border-size=5 +border-radius=10 +border-color=#4c566a +default-timeout=10000 +group-by=summary +on-notify=exec mpv ~/.config/mako/sounds/notification.mp3 & + +[grouped] +format=<b>%s</b>\n%b diff --git a/dots/mako/.config/mako/sounds/notification.mp3 b/dots/mako/.config/mako/sounds/notification.mp3 Binary files differnew file mode 100644 index 0000000..0430b39 --- /dev/null +++ b/dots/mako/.config/mako/sounds/notification.mp3 |