Advertisement
metalx1000

Dunst Notification Configuration

Jul 1st, 2018
851
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. [global]
  2. font = "Droid Sans 16"
  3. markup = yes
  4. format = "<b>%s</b>\n%b"
  5. sort = yes
  6. indicate_hidden = yes
  7. alignment = center
  8. bounce_freq = 0
  9. show_age_threshold = 60
  10. word_wrap = yes
  11. ignore_newline = no
  12. geometry = "500x5-6+30"
  13. transparency = 0
  14. idle_threshold = 120
  15. monitor = 0
  16. follow = mouse
  17. sticky_history = yes
  18. line_height = 0
  19. separator_height = 2
  20. padding = 8
  21. horizontal_padding = 8
  22. separator_color = "#585858"
  23. startup_notification = false
  24. icon_position = left
  25. icon_path = /usr/share/icons/oxygen/base/32x32/devices/:/usr/share/icons/oxygen/base/32x32/apps/
  26. frame_width = 1
  27. frame_color = "#383838"
  28. browser = /usr/bin/google-chrome
  29.  
  30. [shortcuts]
  31. # close = ctrl+space
  32. close_all = ctrl+shift+space
  33. history = ctrl+grave
  34. context = ctrl+shift+period
  35.  
  36. [urgency_low]
  37. background = "#181818"
  38. foreground = "#E3C7AF"
  39. timeout = 5
  40.  
  41. [urgency_normal]
  42. background = "#181818"
  43. foreground = "#E3C7AF"
  44. timeout = 20
  45.  
  46. [urgency_critical]
  47. background = "#181818"
  48. foreground = "#E3C7AF"
  49. timeout = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement