From 5f4af0a156868e6ffa34d46e473775cec7cd9f82 Mon Sep 17 00:00:00 2001 From: Dmitry Zakharchenko Date: Sun, 2 Oct 2022 18:30:56 +0300 Subject: [PATCH] Switch to dunst --- .config/dunst/dunstrc | 18 ++++++++++++++++++ .config/mako/config | 7 ------- 2 files changed, 18 insertions(+), 7 deletions(-) create mode 100644 .config/dunst/dunstrc delete mode 100644 .config/mako/config diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc new file mode 100644 index 0000000..f072c03 --- /dev/null +++ b/.config/dunst/dunstrc @@ -0,0 +1,18 @@ +[global] + notification_limit = 0 + follow = mouse + shrink= yes + frame_width = 1 + frame_color = "#005577" + separator_color = frame + font = Monospace 9 + format = "%s\n%b" + alignment = center + ellipsize = middle + +[urgency_normal] + background = "#1a1a1a" + foreground = "#f2f0ec" + timeout = 5 + +# vim: ft=cfg diff --git a/.config/mako/config b/.config/mako/config deleted file mode 100644 index b6b60b3..0000000 --- a/.config/mako/config +++ /dev/null @@ -1,7 +0,0 @@ -font=monospace 9 -background-color=#1a1a1a -text-color=#f2f0ec -border-color=#005577 -border-size=1 -text-alignment=center -default-timeout=5000