diff --git a/config/dunst.conf b/config/dunst.conf index 12d9efc..da4bc4e 100644 --- a/config/dunst.conf +++ b/config/dunst.conf @@ -1,53 +1,54 @@ # https://github.com/catppuccin/dunst/blob/main/src/mocha.conf [global] - frame_color = "#89B4FA" - separator_color= frame +frame_color = "#89B4FA" +separator_color= frame - follow = "mouse" - width = 300 - height = 145 - origin = top-right - alignment = "left" - vertical_alignment = "center" - ellipsize = "middle" - offset = "15x15" - padding = 15 - horizontal_padding = 15 - text_icon_padding = 15 - icon_position = "left" - min_icon_size = 48 - max_icon_size = 64 - progress_bar = true - progress_bar_height = 8 - progress_bar_frame_width = 1 - progress_bar_min_width = 150 - progress_bar_max_width = 300 - separator_height = 2 - frame_width = 2 - corner_radius = 8 - transparency = 0 - gap_size = 8 - line_height = 0 - notification_limit = 0 - idle_threshold = 120 - history_length = 20 - show_age_threshold = 60 - markup = "full" - font = "Atkinson Hyperlegible Pro 10" - word_wrap = "yes" - sort = "yes" - shrink = "no" - indicate_hidden = "yes" - sticky_history = "yes" - ignore_newline = "no" - show_indicators = "no" - stack_duplicates = true - always_run_script = true - hide_duplicate_count = false - ignore_dbusclose = false - mouse_left_click = "do_action" - mouse_middle_click = "close_all" - mouse_right_click = "close_current" +follow = "mouse" +width = 300 +height = 145 +origin = top-right +alignment = "left" +vertical_alignment = "center" +ellipsize = "middle" +offset = "15x15" +padding = 15 +horizontal_padding = 15 +text_icon_padding = 15 +icon_position = "left" +min_icon_size = 48 +max_icon_size = 64 +progress_bar = true +progress_bar_height = 8 +progress_bar_frame_width = 1 +progress_bar_min_width = 150 +progress_bar_max_width = 300 +separator_height = 2 +frame_width = 2 +corner_radius = 8 +transparency = 0 +gap_size = 8 +line_height = 0 +notification_limit = 0 +idle_threshold = 120 +history_length = 20 +show_age_threshold = 60 +markup = "full" +format = "%a\n%s\n%b" +font = "Atkinson Hyperlegible Pro 11" +word_wrap = "yes" +sort = "yes" +shrink = "no" +indicate_hidden = "yes" +sticky_history = "yes" +ignore_newline = "no" +show_indicators = "no" +stack_duplicates = true +always_run_script = true +hide_duplicate_count = false +ignore_dbusclose = false +mouse_left_click = "do_action" +mouse_middle_click = "close_all" +mouse_right_click = "close_current" [urgency_low] background = "#1E1E2E"