diff options
-rw-r--r-- | .config/mako/config | 13 | ||||
-rw-r--r-- | .config/sway/config | 1 |
2 files changed, 14 insertions, 0 deletions
diff --git a/.config/mako/config b/.config/mako/config index 14f276e..c781ead 100644 --- a/.config/mako/config +++ b/.config/mako/config @@ -3,3 +3,16 @@ layer=overlay background-color=#2e3440 default-timeout=5000 ignore-timeout=1 +font=monospace 11 + +on-notify=exec mpv /usr/share/sounds/freedesktop/stereo/message.oga + +[urgency=low] +border-color=#cccccc + +[urgency=normal] +border-color=#d08770 + +[urgency=high] +border-color=#bf616a +default-timeout=0 diff --git a/.config/sway/config b/.config/sway/config index a61a8a7..ebd8e88 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -189,4 +189,5 @@ exec swayidle -w \ exec sway-audio-idle-inhibit exec gammastep -l 55.7:12.6 +exec batsignal -n BAT0 -b exec mako |