diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-07-27 15:46:03 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-07-27 15:46:03 -0700 |
commit | 3644833991298c6785d5310b8cdf857c1a770ea6 (patch) | |
tree | 8558c112384f4c77c3b5e705294770d2225e60d8 | |
parent | 83b225ebe90e4aae7d1731f4647e5927c298a51c (diff) | |
download | dotfiles-3644833991298c6785d5310b8cdf857c1a770ea6.tar.gz dotfiles-3644833991298c6785d5310b8cdf857c1a770ea6.zip |
Adds mako config
-rw-r--r-- | dots/mako/.config/mako/config | 17 | ||||
-rw-r--r-- | dots/mako/.config/mako/config.j2 | 26 | ||||
-rw-r--r-- | dots/sway/.config/sway/config.d/10-autostart-applications | 2 |
3 files changed, 27 insertions, 18 deletions
diff --git a/dots/mako/.config/mako/config b/dots/mako/.config/mako/config deleted file mode 100644 index 1ec0e2f..0000000 --- a/dots/mako/.config/mako/config +++ /dev/null @@ -1,17 +0,0 @@ -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 --volume=50 ~/.config/mako/sounds/notification.mp3 & - -[grouped] -format=<b>%s</b>\n%b diff --git a/dots/mako/.config/mako/config.j2 b/dots/mako/.config/mako/config.j2 new file mode 100644 index 0000000..d9a2f33 --- /dev/null +++ b/dots/mako/.config/mako/config.j2 @@ -0,0 +1,26 @@ +on-notify=exec mpv --volume=50 ~/.config/mako/sounds/notification.mp3 & + +font=monospace 11 +format=<b>%a ⏵</b> %s\n%b +sort=-time +layer=overlay +anchor=top-right +background-color={{ theme.colors.background }} +width=300 +height=150 +margin=10,20,5 +padding=10,20,5 +border-size=2 +border-color={{ theme.colors.regular6 }} +border-radius=10 +icons=1 +max-icon-size=64 +default-timeout=5000 +ignore-timeout=1 + +[urgency=normal] +border-color={{ theme.colors.regular4 }} + +[urgency=high] +border-color={{ theme.colors.regular3 }} +default-timeout=0 diff --git a/dots/sway/.config/sway/config.d/10-autostart-applications b/dots/sway/.config/sway/config.d/10-autostart-applications index 60c5971..8ee3960 100644 --- a/dots/sway/.config/sway/config.d/10-autostart-applications +++ b/dots/sway/.config/sway/config.d/10-autostart-applications @@ -1,6 +1,6 @@ exec /usr/lib/polkit-kde-authentication-agent-1 -exec mako -c ~/.config/mako/ +exec mako -c ~/.config/mako/config exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK exec hash dbus-update-activation-environment 2>/dev/null && \ |