From ce505981ead0263b971aecbec2669712add6c83b Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Fri, 13 Jan 2023 19:18:49 +0530 Subject: [PATCH] track dunstrc --- .config/dunst/dunstrc | 55 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 .config/dunst/dunstrc diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc new file mode 100644 index 0000000..765217a --- /dev/null +++ b/.config/dunst/dunstrc @@ -0,0 +1,55 @@ +[global] + monitor = 0 + follow = none + + notification_limit = 0 + + origin = top-center + vertical_alignment = center + + progress_bar = true + progress_bar_horizontal_alignment = center + progress_bar_height = 20 + + alignment = center + + indicate_hidden = true + stack_duplicates = true + + transparency = 20 + + gap_size = 4 + separator_height = 4 + + sort = true + + show_age_threshold = 60 + idle_threshold = 30 + + font = Overpass Mono 12 + + corner_radius = 20 + + icon_theme = Adwaita + icon_position = center + min_icon_size = 32 + max_icon_size = 64 + enable_recursive_icon_lookup = true + + show_indicators = true + +[urgency_low] + background = "#222222" + foreground = "#888888" + timeout = 0 + +[urgency_normal] + background = "#285577" + foreground = "#ffffff" + timeout = 0 + +[urgency_critical] + background = "#900000" + foreground = "#ffffff" + frame_color = "#ff0000" + timeout = 0