Advertisement
Guest User

Untitled

a guest
Jun 19th, 2018
68
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 = "pango:Source Code Pro 10"
  3. #font = "FreeSerif 8"
  4. allow_markup = yes
  5. format = "%s\n%b"
  6. sort = yes
  7. indicate_hidden = no
  8. alignment = center
  9. bounce_freq = 0
  10. show_age_threshold = -1
  11. word_wrap = yes
  12. ignore_newline = no
  13. geometry = "250x8-13-33"
  14. transparency = 20
  15. hide_duplicate_count=true
  16. idle_threshold = 20
  17. monitor = 0
  18. follow = none
  19. sticky_history = no
  20. history_length = 0
  21. line_height = 0
  22. separator_height = 2
  23. padding = 8
  24. horizontal_padding = 8
  25. separator_color = frame
  26. startup_notification = false
  27. # https://github.com/knopwob/dunst/issues/26#issuecomment-36159395
  28. icon_position = left
  29. max_icon_size = 24
  30. #icon_folders = /usr/share/icons/elementary/actions/16/
  31.  
  32. [frame]
  33. width = 1
  34. #color = "${color2:-#F0F0F0}"
  35.  
  36. [shortcuts]
  37. close = ctrl+space
  38. close_all = ctrl+shift+space
  39. history = ctrl+grave
  40. context = ctrl+shift+period
  41.  
  42. [urgency_low]
  43. #background = "#181818"
  44. #foreground = "#FFFFFF"
  45. timeout = 5
  46.  
  47. [urgency_normal]
  48. #background = "#181818"
  49. #foreground = "#FFFFFF"
  50. timeout = 20
  51.  
  52. [urgency_critical]
  53. #background = "#181818"
  54. #foreground = "#FFFFFF"
  55. timeout = 0
  56.  
  57. [ignore]
  58. appname = google-chrome
  59. format = ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement