config/dunst/dunstrc (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 |
# vim: ft=ini # https://dunst-project.org/documentation [global] font = JetBrains Mono Nerd Font 14 enable_recursive_icon_lookup = true show_age_threshold = 60 markup = full word_wrap = yes ignore_newline = no stack_duplicates = false hide_duplicate_count = false shrink = no idle_threshold = 120 follow = keyboard mouse_left_click = close_all mouse_right_click = do_action sticky_history = yes history_length = 10 line_height = 4 separator_height = 4 padding = 15 horizontal_padding = 15 separator_color = auto startup_notification = true browser = x-www-browser -new-tab icon_position = left max_icon_size = 48 frame_width = 0 always_run_script = true title = Dunst class = Dunst geometry = "250x50-5+30" origin = top-right offset = 9x14 width = (0,500) # Display indicators for URLs (U) and actions (A). show_indicators = no # %a appname # %s summary # %b body # %i iconname (including its path) # %I iconname (without its path) # %p progress value if set ([ 0%] to [100%]) or nothing format = "<b>%s</b>\n%b" corner_radius = 8 sort = no indicate_hidden = yes # Possible values are "left", "center" and "right". alignment = center [urgency_low] frame_color = "#1a1b26" background = "#1a1b26" foreground = "#c0caf5" timeout = 10 [urgency_normal] frame_color = "#15161e" background = "#1a1b26" foreground = "#c0caf5" timeout = 10 [urgency_critical] frame_color = "#f7768e" background = "#1a1b26" foreground = "#c0caf5" timeout = 10 |