From b11b92ee890c215f5af1fe72588b740e66deee57 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Thu, 20 Feb 2020 09:10:09 +0100 Subject: Add dunstrc --- .config/dunst/dunstrc | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 .config/dunst/dunstrc diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc new file mode 100644 index 0000000..0c1a9f6 --- /dev/null +++ b/.config/dunst/dunstrc @@ -0,0 +1,65 @@ +[global] + font = Liberation Mono 8 + markup = yes + format = "%s%a\n%b" + sort = yes + indicate_hidden = yes + alignment = left + bounce_freq = 0 + show_age_threshold = 60 + word_wrap = yes + ignore_newline = no + geometry = "300x5-10+30" + shrink = no + transparency = 20 + idle_threshold = 120 + monitor = 0 + follow = mouse + sticky_history = yes + history_length = 20 + show_indicators = yes + line_height = 0 + separator_height = 2 + padding = 8 + horizontal_padding = 8 + separator_color = frame + startup_notification = false + dmenu = /usr/bin/dmenu -p dunst: + browser = open + max_icon_size = 48 + icon_position = right + icon_path = /home/tyil/.icons/ACYLS/:/usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/ + frame_width = 2 + frame_color = "#aaaaaa" + +[shortcuts] + close = ctrl+space + close_all = ctrl+shift+space + history = ctrl+grave + context = ctrl+shift+period + +[urgency_low] + background = "#333333" + foreground = "#ffffff" + timeout = 10 + +[urgency_normal] + background = "#000000" + foreground = "#ffffff" + timeout = 10 + +[urgency_critical] + background = "#660000" + foreground = "#ffffff" + timeout = 0 + +# Override notifications from certain sources + +[mpd] + appname = MPD + urgency = normal + +[signal-desktop] + icon_position = off + +# vim: ft=cfg -- cgit v1.1