dotfiles/config/dunst/dunstrc (view raw)
| 1 | [global] |
| 2 | monitor = 0 |
| 3 | follow = mouse |
| 4 | geometry = "250x50-5+30" |
| 5 | indicate_hidden = yes |
| 6 | shrink = no |
| 7 | transparency = 0 |
| 8 | notification_height = 0 |
| 9 | separator_height = 4 |
| 10 | padding = 16 |
| 11 | horizontal_padding = 16 |
| 12 | frame_width = 2 |
| 13 | frame_color = "#1F2324" |
| 14 | separator_color = frame |
| 15 | sort = yes |
| 16 | idle_threshold = 120 |
| 17 | font = Roboto 8 |
| 18 | line_height = 4 |
| 19 | markup = full |
| 20 | format = "<b>%s</b>\n%b" |
| 21 | alignment = left |
| 22 | show_age_threshold = 60 |
| 23 | word_wrap = yes |
| 24 | ignore_newline = no |
| 25 | stack_duplicates = false |
| 26 | hide_duplicate_count = false |
| 27 | show_indicators = yes |
| 28 | icon_position = off |
| 29 | always_run_script = true |
| 30 | startup_notification = false |
| 31 | force_xinerama = false |
| 32 | |
| 33 | [urgency_low] |
| 34 | background = "#16161e" |
| 35 | foreground = "#c0caf5" |
| 36 | frame_color = "#c0caf5" |
| 37 | |
| 38 | [urgency_normal] |
| 39 | background = "#1a1b26" |
| 40 | foreground = "#c0caf5" |
| 41 | frame_color = "#c0caf5" |
| 42 | |
| 43 | [urgency_critical] |
| 44 | background = "#292e42" |
| 45 | foreground = "#db4b4b" |
| 46 | frame_color = "#db4b4b" |