Advertisement
Guest User

Untitled

a guest
Jul 5th, 2013
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.61 KB | None | 0 0
  1. [global]
  2. font = Share 10
  3.  
  4. # allow a small subset of html markup:
  5. # <b>bold</b>
  6. # <i>italic</i>
  7. # <s>strikethrough<s/>
  8. # <u>underline</u>
  9. #
  10. # for a complete reference see http://developer.gnome.org/pango/stable/PangoMarkupFormat.html
  11. # If markup is not
  12. allow_markup = yes
  13.  
  14. # The format of the message. Possible variables are:
  15. # %a appname
  16. # %s summary
  17. # %b body
  18. # %i iconname (including its path)
  19. # %I iconname (without its path)
  20. # %p progress value if set ([ 0%] to [100%]) or nothing
  21. format = "<b>%s</b>\n%b"
  22.  
  23. # Sort messages by urgency
  24. sort = yes
  25.  
  26. # Show how many messages are currently hidden (because of geometry)
  27. indicate_hidden = yes
  28.  
  29. # alignment of message text.
  30. # Possible values are "left", "center" and "right"
  31. alignment = right
  32.  
  33. # The frequency with wich text that is longer than the notification
  34. # window allows bounces back and forth.
  35. # This option conflicts with 'word_wrap'.
  36. # Set to 0 to disable
  37. bounce_freq = 1
  38.  
  39. # show age of message if message is older than show_age_threshold seconds.
  40. # set to -1 to disable
  41. show_age_threshold = 60
  42.  
  43. # split notifications into multiple lines if they don't fit into geometry
  44. word_wrap = no
  45.  
  46. # ignore newlines '\n' in notifications
  47. ignore_newline = no
  48.  
  49.  
  50. # the geometry of the window
  51. # geometry [{width}]x{height}][+/-{x}+/-{y}]
  52. # The geometry of the message window.
  53. # The height is measured in number of notifications everything else in pixels. If the width
  54. # is omitted but the height is given ("-geometry x2"), the message window
  55. # expands over the whole screen (dmenu-like). If width is 0,
  56. # the window expands to the longest message displayed.
  57. # A positive x is measured from the left, a negative from the
  58. # right side of the screen. Y is measured from the top and down respectevly.
  59. # The width can be negative. In this case the actual width is the
  60. # screen width minus the width defined in within the geometry option.
  61. geometry = "300x5-0+0"
  62.  
  63. # The transparency of the window. range: [0; 100]
  64. # This option will only work if a compositing windowmanager is present (e.g. xcompmgr, compiz, etc..)
  65. transparency = 10
  66.  
  67. # Don't remove messages, if the user is idle (no mouse or keyboard input)
  68. # for longer than idle_threshold seconds.
  69. # Set to 0 to disable.
  70. idle_threshold = 120
  71.  
  72. # Which monitor should the notifications be displayed on.
  73. monitor = 0
  74.  
  75. # Display notification on focused monitor. Possible modes are:
  76. # mouse: follow mouse pointer
  77. # keyboard: follow window with keyboard focus
  78. # none: don't follow anything
  79. #
  80. # "keyboard" needs a windowmanager that exports the _NET_ACTIVE_WINDOW property.
  81. # This should be the case for almost all modern windowmanagers.
  82. #
  83. # If this option is set to mouse or keyboard, the monitor option will be
  84. # ignored.
  85. follow = mouse
  86.  
  87. # should a notification popped up from history be sticky or
  88. # timeout as if it would normally do.
  89. sticky_history = yes
  90.  
  91. # The height of a single line. If the height is smaller than the font height,
  92. # it will get raised to the font height.
  93. # This adds empty space above and under the text.
  94. line_height = 0
  95.  
  96. # Draw a line of 'separatpr_height' pixel height between two notifications.
  97. # Set to 0 to disable
  98. separator_height = 0;
  99.  
  100. # padding between text and separator
  101. padding = 8
  102.  
  103. # horizontal padding
  104. horizontal_padding = 8
  105.  
  106. # Define a color for the separator.
  107. # possible values are:
  108. # * auto: dunst tries to find a color fitting to the background
  109. # * foreground: use the same color as the foreground
  110. # * frame: use the same color as the frame.
  111. # * anything else will be interpreted as a X color
  112. separator_color = foreground
  113.  
  114. # print a notification on startup
  115. # This is mainly for error detection, since dbus (re-)starts dunst
  116. # automatically after a crash.
  117. startup_notification = false
  118.  
  119. # dmenu path
  120. dmenu = /usr/bin/dmenu -p dunst: -fn "Share-10:bold"
  121.  
  122. # browser for opening urls in context menu
  123. browser = /usr/bin/chromium
  124.  
  125. [frame]
  126. width = 0
  127. color = "#aaaaaa"
  128.  
  129. [shortcuts]
  130. # shortcuts are specified as [modifier+][modifier+]...key
  131. # available modifiers are 'ctrl', 'mod1' (the alt-key), 'mod2', 'mod3'
  132. # and 'mod4' (windows-key)
  133. # xev might be helpful to find names for keys
  134.  
  135. # close notification
  136. close = ctrl+space
  137.  
  138. # close all notifications
  139. close_all = ctrl+shift+space
  140.  
  141. # redisplay last message(s)
  142. # On the US keyboard layout 'grave' is normally above TAB and left of '1'.
  143. history = ctrl+grave
  144.  
  145. # context menu
  146. context = ctrl+shift+period
  147.  
  148. [urgency_low]
  149. # IMPORTANT: colors have to be defined in quotation marks.
  150. # Otherwise the '#' and following would be interpreted as a comment.
  151. background = "#222222"
  152. foreground = "#888888"
  153. timeout = 10
  154.  
  155. [urgency_normal]
  156. background = "#285577"
  157. foreground = "#FFFFFF"
  158. timeout = 10
  159.  
  160. [urgency_critical]
  161. background = "#900000"
  162. foreground = "#FFFFFF"
  163. timeout = 0
  164.  
  165.  
  166. # Every section that isn't one of the above is interpreted as a rules
  167. # to override settings for certain messages.
  168. # Messages can be matched by 'appname', 'summary', 'body' or 'icon'
  169. # and you can override the 'timeout', 'urgency', 'foreground', 'background'
  170. # and 'format'.
  171. # Shell-like globbing will get expanded.
  172. #
  173. # SCRIPTING
  174. # you can specify a script that gets run when the rule matches by setting
  175. # the 'script' option.
  176. # The script will be called as follows:
  177. # script appname summary body icon urgency
  178. # where urgency can be "LOW", "NORMAL" or "CRITICAL".
  179. #
  180. # NOTE: if you don't want a notification to be displayed, set the format to ""
  181. # NOTE: It might be helpful to run dunst -print in a terminal in order to find
  182. # fitting options for rules.
  183.  
  184. #[espeak]
  185. # summary = "*"
  186. # script = dunst_espeak.sh
  187.  
  188. #[script-test]
  189. # summary = "*script*"
  190. # script = dunst_test.sh
  191.  
  192. #[ignore]
  193. ## This notification will not be displayed
  194. # summary = "foobar"
  195. # format = ""
  196.  
  197. #[signed_on]
  198. # appname = Pidgin
  199. # summary = "*signed on*"
  200. # urgency = low
  201. #
  202. #[signed_off]
  203. # appname = Pidgin
  204. # summary = *signed off*
  205. # urgency = low
  206. #
  207. #[says]
  208. # appname = Pidgin
  209. # summary = *says*
  210. # urgency = critical
  211. #
  212. #[twitter]
  213. # appname = Pidgin
  214. # summary = *twitter.com*
  215. # urgency = normal
  216. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement