From 67a3c6d4264802cb0c506234b24d4c80fa52a76c Mon Sep 17 00:00:00 2001 From: 0scar Date: Sun, 9 Aug 2020 18:55:14 +0200 Subject: Initial --- .config/dunst/dunstrc | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 .config/dunst/dunstrc (limited to '.config/dunst/dunstrc') diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc new file mode 100644 index 0000000..2fda75d --- /dev/null +++ b/.config/dunst/dunstrc @@ -0,0 +1,58 @@ +[global] +alignment = left +bounce_freq = 0 +browser = /usr/bin/firefox-developer-edition -new-tab +dmenu = /usr/bin/dmenu -p dunst: +follow = none +font = DejaVuSansMono Nerd Font Mono 11 +#font = Iosevka Term 11 +format = "%s\n%b" +frame_color = "#8EC07C" +frame_width = 3 +geometry = "300x50-15+49" +hide_duplicates_count = yes +history_length = 15 +horizontal_padding = 6 +icon_path = /usr/share/icons/Arc/mimetypes/16:/usr/share/icons/Arc/status/48:/usr/share/icons/Arc/devices/16:/usr/share/icons/Arc/emblems/48 +#icon_path = /usr/share/icons/Paper/16x16/mimetypes/:/usr/share/icons/Paper/48x48/status/:/usr/share/icons/Paper/16x16/devices/:/usr/share/icons/Paper/48x48/notifications/:/usr/share/icons/Paper/48x48/emblems/ +icon_position = off +idle_threshold = 0 +ignore_newline = no +indicate_hidden = yes +line_height = 3 +markup = yes +max_icon_size = 80 +monitor = 0 +padding = 6 +plain_text = no +separator_color = frame +separator_height = 2 +show_age_threshold = -1 +show_indicators = no +shrink = no +sort = no +stack_duplicates = yes +startup_notification = false +sticky_history = yes +transparency = 5 +word_wrap = yes +[shortcuts] +close = ctrl+space +close_all = ctrl+shift+space +history = ctrl+grave +context = ctrl+shift+period +[urgency_low] +frame_color = "#3B7C87" +foreground = "#3B7C87" +background = "#191311" +timeout = 4 +[urgency_normal] +frame_color = "#5B8234" +foreground = "#5B8234" +background = "#191311" +timeout = 6 +[urgency_critical] +frame_color = "#B7472A" +foreground = "#B7472A" +background = "#191311" +timeout = 8 -- cgit v1.3