My dotfiles. Period.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. [global]
  2. font = Monospace 8
  3. markup = full
  4. format = "%a:%p <b>%s</b>\n%b"
  5. sort = yes
  6. indicate_hidden = yes
  7. alignment = right
  8. bounce_freq = 0
  9. show_age_threshold = 60
  10. word_wrap = yes
  11. ignore_newline = no
  12. geometry = "300x5-30+20"
  13. idle_threshold = 120
  14. monitor = 0
  15. follow = mouse
  16. sticky_history = yes
  17. line_height = 0
  18. separator_height = 2
  19. padding = 8
  20. horizontal_padding = 8
  21. separator_color = frame
  22. startup_notification = true
  23. dmenu = /usr/bin/dmenu -p dunst:
  24. browser = ub
  25. frame_width = 3
  26. frame_color = "#aaaaaa"
  27. [shortcuts]
  28. close = ctrl+space
  29. close_all = ctrl+shift+space
  30. history = ctrl+grave
  31. context = ctrl+shift+period
  32. [urgency_low]
  33. background = "#222222"
  34. foreground = "#888888"
  35. timeout = 10
  36. [urgency_normal]
  37. background = "#285577"
  38. foreground = "#ffffff"
  39. timeout = 10
  40. [urgency_critical]
  41. background = "#900000"
  42. foreground = "#ffffff"
  43. timeout = 0
  44. # Every section that isn't one of the above is interpreted as a rules
  45. # to override settings for certain messages.
  46. # Messages can be matched by 'appname', 'summary', 'body' or 'icon'
  47. # and you can override the 'timeout', 'urgency', 'foreground', 'background'
  48. # and 'format'.
  49. # Shell-like globbing will get expanded.
  50. #
  51. # SCRIPTING
  52. # you can specify a script that gets run when the rule matches by setting
  53. # the 'script' option.
  54. # The script will be called as follows:
  55. # script appname summary body icon urgency
  56. # where urgency can be "LOW", "NORMAL" or "CRITICAL".
  57. #
  58. # NOTE: if you don't want a notification to be displayed, set the format to ""
  59. # NOTE: It might be helpful to run dunst -print in a terminal in order to find
  60. # fitting options for rules.
  61. [oc-sync-spam]
  62. appname = owncloud
  63. summary = "Sync Activity"
  64. urgency = low
  65. timeout = 5
  66. [clementine-next-song]
  67. appname = Clementine
  68. urgency = low
  69. timeout = 5
  70. #[espeak]
  71. # summary = "*"
  72. # script = dunst_espeak.sh
  73. #[script-test]
  74. # summary = "*script*"
  75. # script = dunst_test.sh
  76. #[ignore]
  77. ## This notification will not be displayed
  78. # summary = "foobar"
  79. # format = ""
  80. #[signed_on]
  81. # appname = Pidgin
  82. # summary = "*signed on*"
  83. # urgency = low
  84. #
  85. #[signed_off]
  86. # appname = Pidgin
  87. # summary = *signed off*
  88. # urgency = low
  89. #
  90. #[says]
  91. # appname = Pidgin
  92. # summary = *says*
  93. # urgency = critical
  94. #
  95. #[twitter]
  96. # appname = Pidgin
  97. # summary = *twitter.com*
  98. # urgency = normal
  99. #