dunstrc 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. [global]
  2. monitor = 0
  3. follow = mouse
  4. shrink = no
  5. padding = 20
  6. horizontal_padding = 20
  7. offset = 16x60
  8. origin = top-right
  9. frame_width = 2
  10. separator_height = 2
  11. frame_color = "#161320"
  12. separator_color = "#161320"
  13. sort = no
  14. font = Hack Nerd Font 15
  15. markup = full
  16. format = "<b>%s</b>\n%b"
  17. alignment = left
  18. show_age_threshold = 60
  19. word_wrap = yes
  20. ignore_newline = no
  21. stack_duplicates = true
  22. hide_duplicate_count = no
  23. show_indicators = yes
  24. icon_position = left
  25. max_icon_size= 60
  26. sticky_history = no
  27. history_length = 6
  28. title = Dunst
  29. class = Dunst
  30. corner_radius = 0
  31. mouse_left_click = close_current
  32. mouse_middle_click = do_action
  33. mouse_right_click = close_all
  34. [urgency_low]
  35. background = "#1E1E2E"
  36. frame_color = "#989CFA"
  37. foreground = "#D9E0EE"
  38. timeout = 5
  39. [urgency_normal]
  40. background = "#1E1E2E"
  41. frame_color = "#989CFA"
  42. foreground = "#D9E0EE"
  43. timeout = 5
  44. [urgency_critical]
  45. background = "#1E1E2E"
  46. frame_color = "#989CFA"
  47. foreground = "#D9E0EE"
  48. timeout = 10