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 | max_icon_size = 32 |
| 30 | icon_folders = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/ |
| 31 | sticky_history = yes |
| 32 | history_length = 20 |
| 33 | dmenu = /usr/bin/dmenu -p dunst: |
| 34 | browser = /usr/bin/firefox -new-tab |
| 35 | always_run_script = true |
| 36 | title = Dunst |
| 37 | class = Dunst |
| 38 | startup_notification = false |
| 39 | force_xinerama = false |
| 40 | |
| 41 | [experimental] |
| 42 | per_monitor_dpi = false |
| 43 | |
| 44 | [shortcuts] |
| 45 | close = |
| 46 | close_all = |
| 47 | history = |
| 48 | context = |
| 49 | |
| 50 | [urgency_low] |
| 51 | background = "#262A2B" |
| 52 | foreground = "#FFFFFF" |
| 53 | timeout = 2 |
| 54 | |
| 55 | [urgency_normal] |
| 56 | background = "#262A2B" |
| 57 | foreground = "#FFFFFF" |
| 58 | timeout = 4 |
| 59 | |
| 60 | [urgency_critical] |
| 61 | background = "#262A2B" |
| 62 | foreground = "#FFFFFF" |
| 63 | frame_color = "#e3788f" |
| 64 | timeout = 0 |
| 65 | |
| 66 | [Spotify] |
| 67 | appname = Spotify |