# customized dunst setup fro EndeavourOS i3 # https://github.com/endeavouros-team/endeavouros-i3wm-setup # # BH DUNSTRC # # See dunst(5) for all configuration options # Custom Dunst configuration for EndeavourOS i3 # Author: ChatGPT # Features: top-right, rounded, 75% opacity, custom colors, bigger text [global] ### Display ### monitor = 0 follow = none ### Geometry ### width = 300 height = 100 origin = top-right offset = 30x40 scale = 0 notification_limit = 5 ### Progress bar ### progress_bar = true progress_bar_height = 10 progress_bar_frame_width = 1 progress_bar_min_width = 150 progress_bar_max_width = 300 indicate_hidden = yes # Transparency (X11 only, use alpha channel in background color for Wayland) transparency = 0 separator_height = 2 padding = 8 horizontal_padding = 8 text_icon_padding = 0 # frame_width = 2 frame_width = 1 frame_color = "#19e0e0" # default frame color separator_color = auto sort = yes idle_threshold = 0 ### Text ### # font = Inconsolata 13 font = JetBrainsMono Nerd Font 12 line_height = 0 markup = no # format = "%s\n%b" format = "%s\n%b" alignment = left vertical_alignment = center show_age_threshold = 60 ellipsize = middle ignore_newline = no stack_duplicates = true hide_duplicate_count = true show_indicators = no ### Icons ### # icon_position = left # min_icon_size = 0 # max_icon_size = 32 # icon_path = /usr/share/icons/Qogir/16/status:/usr/share/icons/Qogir/16/devices/:/usr/share/icons/Qogir/24/panel/:/usr/share/icons/Qogir/16/apps/:/usr/share/pixmaps/ min_icon_size = 32 max_icon_size = 64 ### History ### # sticky_history = false history_length = 10000 ### Misc/Advanced ### dmenu = /usr/bin/dmenu -p dunst: browser = /usr/bin/xdg-open always_run_script = true title = Dunst class = Dunst # corner_radius = 10 ignore_dbusclose = false ### Mouse ### mouse_left_click = close_current mouse_middle_click = do_action, close_current mouse_right_click = close_all [experimental] per_monitor_dpi = false [progress] highlight = "#8affff" ### Urgency Sections ### [urgency_low] background = "#00363699" foreground = "#8affff" frame_color = "#E0FFFF" # very light cyan timeout = 5 # icon = /usr/share/icons/Qogir/16/status/package-installed-outdated.svg [urgency_normal] background = "#00363699" foreground = "#8affff" frame_color = "#19e0e0" timeout = 5 # icon = /usr/share/icons/Qogir/16/emblems/emblem-question.svg [urgency_critical] background = "#00363699" foreground = "#8affff" frame_color = "#ff7f7f" # same red as your previous file timeout = 120 # icon = /usr/share/icons/Qogir/16/actions/dialog-warning.svg ### Example Rules ### # You can add rules below to customize per application if desired #[stack-volumes] # appname = "some_volume_notifiers" # set_stack_tag = "volume"