dunstrc 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. [global]
  2. # Display
  3. monitor = 0
  4. follow = mouse
  5. # Geometry
  6. width = 350
  7. height = 150
  8. origin = top-right
  9. offset = 20x20
  10. notification_limit = 5
  11. # Progress bar
  12. progress_bar = true
  13. progress_bar_height = 10
  14. progress_bar_frame_width = 1
  15. progress_bar_min_width = 150
  16. progress_bar_max_width = 300
  17. # Appearance
  18. transparency = 0
  19. padding = 16
  20. horizontal_padding = 16
  21. text_icon_padding = 16
  22. frame_width = 2
  23. frame_color = "#c4a7e7"
  24. gap_size = 8
  25. separator_height = 2
  26. separator_color = frame
  27. corner_radius = 8
  28. sort = yes
  29. # Text
  30. font = monospace 11
  31. line_height = 0
  32. markup = full
  33. format = "<b>%s</b>\n%b"
  34. alignment = left
  35. vertical_alignment = center
  36. show_age_threshold = 60
  37. ellipsize = middle
  38. ignore_newline = no
  39. stack_duplicates = true
  40. hide_duplicate_count = false
  41. show_indicators = yes
  42. word_wrap = yes
  43. # Icons
  44. enable_recursive_icon_lookup = true
  45. icon_theme = Papirus-Dark
  46. icon_position = left
  47. min_icon_size = 32
  48. max_icon_size = 64
  49. # Interaction
  50. sticky_history = yes
  51. history_length = 20
  52. mouse_left_click = close_current
  53. mouse_middle_click = do_action, close_current
  54. mouse_right_click = close_all
  55. [urgency_low]
  56. background = "#191724"
  57. foreground = "#908caa"
  58. frame_color = "#26233a"
  59. timeout = 5
  60. [urgency_normal]
  61. background = "#191724"
  62. foreground = "#e0def4"
  63. frame_color = "#c4a7e7"
  64. timeout = 10
  65. [urgency_critical]
  66. background = "#191724"
  67. foreground = "#e0def4"
  68. frame_color = "#eb6f92"
  69. timeout = 0