From 9bf41521eaebb9b90cec26863721549ff34f6274 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Thu, 9 Jan 2020 09:00:46 -0800 Subject: add dunst --- .config/dunst/dunstrc | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .config/dunst/dunstrc (limited to '.config') diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc new file mode 100644 index 0000000..5c333e4 --- /dev/null +++ b/.config/dunst/dunstrc @@ -0,0 +1,31 @@ +[global] +alignment = center +follow = keyboard +frame_width = 1 +geometry = 300x0-5+5 +padding = 5 +font = FiraSans 12 +separator_color = "#383838" +frame_color = "#383838" +word_wrap = true + +[shortcuts] +close = ctrl+space +close_all = ctrl+shift+space +history = ctrl+grave +context = ctrl+shift+period + +[urgency_low] +background = "#282828" +foreground = "#149cdc" +timeout = 5 + +[urgency_normal] +background = "#282828" +foreground = "#1079aa" +timeout = 10 + +[urgency_critical] +background = "#282828" +foreground = "#e9cbbd" +timeout = 0 -- cgit v1.2.3