From 7fa1ab5aac3910c280e098d3489da33f37fb1ced Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Fri, 31 Dec 2021 15:49:52 +0100 Subject: [PATCH] Update dunst config --- .config/dunst/dunstrc | 54 +++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index deaf11e..6e563ac 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -1,34 +1,34 @@ [global] - geometry = "0-0+24" - monitor = 0 - follow = keyboard - indicate_hidden = yes - notification_height = 0 - padding = 8 - horizontal_padding = 8 - frame_width = 1 - frame_color = "#333" - separator_height = 1 - idle_threshold = 120 - font = Iosevka Term SS08 12 - markup=full - format = "%s\n%b" - dmenu = /usr/bin/dmenu -p dunst: - browser = /usr/bin/brave -new-tab - verbosity = info + geometry="0-0+24" + monitor=0 + follow=keyboard + indicate_hidden=yes + notification_height=0 + padding=8 + horizontal_padding=8 + frame_width=1 + frame_color="#333" + separator_height=1 + idle_threshold=120 + font=Iosevka Term SS08 12 + markup=full + format="%s\n%b" + dmenu=/usr/bin/dmenu -p dunst: + browser=/usr/bin/brave -new-tab + verbosity=info [urgency_low] - background = "#111" - foreground = "#aaa" - timeout = 10 + background="#111" + foreground="#aaa" + timeout=10 [urgency_normal] - background = "#111" - foreground = "#aaa" - timeout = 10 + background="#111" + foreground="#aaa" + timeout=10 [urgency_critical] - background = "#111" - foreground = "#fff" - frame_color = "#f00" - timeout = 0 + background="#111" + foreground="#fff" + frame_color="#f00" + timeout=0