diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc new file mode 100755 index 0000000..a236e1a --- /dev/null +++ b/.config/dunst/dunstrc @@ -0,0 +1,52 @@ +[global] +follow = mouse +indicate_hidden = yes +offset = 10x10 +notification_height = 0 + +separator_height = 2 + +padding = 8 +horizontal_padding = 8 +text_icon_padding = 0 +frame_width = 2 + +frame_color = "#351c75" +separator_color = frame + +sort = yes +idle_threshold = 120 +font = monospace 10 +line_height = 0 +markup = full +alignment = left +vertical_alignment = center +show_age_threshold = 60 +word_wrap = yes +stack_duplicates = true +hide_duplicate_count = false + +show_indicators = yes + +min_icon_size = 0 +max_icon_size = 64 + +browser = /usr/bin/firefox --new-tab + +title = Dunst +class = Dunst + +corner_radius = 10 +timeout = 5 +[urgency_low] +background = "#1E1E2E" +foreground = "#CDD6F4" + +[urgency_normal] +background = "#1E1E2E" +foreground = "#CDD6F4" + +[urgency_critical] +background = "#1E1E2E" +foreground = "#CDD6F4" +frame_color = "#cc0000"