Klimi's new dotfiles with stow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

257 lines
6.9 KiB

4 years ago
  1. [global]
  2. font = Iosevka Term 11
  3. # Allow a small subset of html markup:
  4. # <b>bold</b>
  5. # <i>italic</i>
  6. # <s>strikethrough</s>
  7. # <u>underline</u>
  8. #
  9. # For a complete reference see
  10. # <http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
  11. # If markup is not allowed, those tags will be stripped out of the
  12. # message.
  13. markup = yes
  14. plain_text = no
  15. # The format of the message. Possible variables are:
  16. # %a appname
  17. # %s summary
  18. # %b body
  19. # %i iconname (including its path)
  20. # %I iconname (without its path)
  21. # %p progress value if set ([ 0%] to [100%]) or nothing
  22. # Markup is allowed
  23. format = "<b>%s</b>\n%b"
  24. # Sort messages by urgency.
  25. sort = no
  26. # Show how many messages are currently hidden (because of geometry).
  27. indicate_hidden = yes
  28. # Alignment of message text.
  29. # Possible values are "left", "center" and "right".
  30. alignment = center
  31. # The frequency with wich text that is longer than the notification
  32. # window allows bounces back and forth.
  33. # This option conflicts with "word_wrap".
  34. # Set to 0 to disable.
  35. bounce_freq = 0
  36. # Show age of message if message is older than show_age_threshold
  37. # seconds.
  38. # Set to -1 to disable.
  39. show_age_threshold = -1
  40. # Split notifications into multiple lines if they don't fit into
  41. # geometry.
  42. word_wrap = yes
  43. # Ignore newlines '\n' in notifications.
  44. ignore_newline = no
  45. # Hide duplicate's count and stack them
  46. stack_duplicates = yes
  47. hide_duplicates_count = yes
  48. # The geometry of the window:
  49. # [{width}]x{height}[+/-{x}+/-{y}]
  50. # The geometry of the message window.
  51. # The height is measured in number of notifications everything else
  52. # in pixels. If the width is omitted but the height is given
  53. # ("-geometry x2"), the message window expands over the whole screen
  54. # (dmenu-like). If width is 0, the window expands to the longest
  55. # message displayed. A positive x is measured from the left, a
  56. # negative from the right side of the screen. Y is measured from
  57. # the top and down respectevly.
  58. # The width can be negative. In this case the actual width is the
  59. # screen width minus the width defined in within the geometry option.
  60. #geometry = "250x50-40+40"
  61. geometry = "300x50-15+49"
  62. # Shrink window if it's smaller than the width. Will be ignored if
  63. # width is 0.
  64. shrink = no
  65. # The transparency of the window. Range: [0; 100].
  66. # This option will only work if a compositing windowmanager is
  67. # present (e.g. xcompmgr, compiz, etc.).
  68. transparency = 5
  69. # Don't remove messages, if the user is idle (no mouse or keyboard input)
  70. # for longer than idle_threshold seconds.
  71. # Set to 0 to disable.
  72. idle_threshold = 0
  73. # Which monitor should the notifications be displayed on.
  74. monitor = 0
  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
  81. # _NET_ACTIVE_WINDOW property.
  82. # This should be the case for almost all modern windowmanagers.
  83. #
  84. # If this option is set to mouse or keyboard, the monitor option
  85. # will be ignored.
  86. follow = none
  87. # Should a notification popped up from history be sticky or timeout
  88. # as if it would normally do.
  89. sticky_history = yes
  90. # Maximum amount of notifications kept in history
  91. history_length = 15
  92. # Display indicators for URLs (U) and actions (A).
  93. show_indicators = no
  94. # The height of a single line. If the height is smaller than the
  95. # font height, it will get raised to the font height.
  96. # This adds empty space above and under the text.
  97. line_height = 3
  98. # Draw a line of "separatpr_height" pixel height between two
  99. # notifications.
  100. # Set to 0 to disable.
  101. separator_height = 2
  102. # Padding between text and separator.
  103. padding = 6
  104. # Horizontal padding.
  105. horizontal_padding = 6
  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 = frame
  113. # Print a notification on startup.
  114. # This is mainly for error detection, since dbus (re-)starts dunst
  115. # automatically after a crash.
  116. startup_notification = false
  117. # dmenu path.
  118. dmenu = /usr/bin/dmenu -p dunst:
  119. # Browser for opening urls in context menu.
  120. browser = /usr/bin/firefox -new-tab
  121. # Align icons left/right/off
  122. icon_position = off
  123. max_icon_size = 80
  124. # Paths to default icons.
  125. icon_path = /usr/share/icons/Paper/16x16/mimetypes/:/usr/share/icons/Paper/48x48/status/:/usr/share/icons/Paper/16x16/devices/:/usr/share/icons/Paper/48x48/notifications/:/usr/share/icons/Paper/48x48/emblems/
  126. frame_width = 3
  127. frame_color = "#8EC07C"
  128. [shortcuts]
  129. # Shortcuts are specified as [modifier+][modifier+]...key
  130. # Available modifiers are "ctrl", "mod1" (the alt-key), "mod2",
  131. # "mod3" and "mod4" (windows-key).
  132. # Xev might be helpful to find names for keys.
  133. # Close notification.
  134. close = ctrl+space
  135. # Close all notifications.
  136. close_all = ctrl+shift+space
  137. # Redisplay last message(s).
  138. # On the US keyboard layout "grave" is normally above TAB and left
  139. # of "1".
  140. history = ctrl+grave
  141. # Context menu.
  142. context = ctrl+shift+period
  143. [urgency_low]
  144. # IMPORTANT: colors have to be defined in quotation marks.
  145. # Otherwise the "#" and following would be interpreted as a comment.
  146. frame_color = "#3B7C87"
  147. foreground = "#3B7C87"
  148. background = "#191311"
  149. #background = "#2B313C"
  150. timeout = 4
  151. [urgency_normal]
  152. frame_color = "#5B8234"
  153. foreground = "#5B8234"
  154. background = "#191311"
  155. #background = "#2B313C"
  156. timeout = 6
  157. [urgency_critical]
  158. frame_color = "#B7472A"
  159. foreground = "#B7472A"
  160. background = "#191311"
  161. #background = "#2B313C"
  162. timeout = 8
  163. # Every section that isn't one of the above is interpreted as a rules to
  164. # override settings for certain messages.
  165. # Messages can be matched by "appname", "summary", "body", "icon", "category",
  166. # "msg_urgency" and you can override the "timeout", "urgency", "foreground",
  167. # "background", "new_icon" and "format".
  168. # Shell-like globbing will get expanded.
  169. #
  170. # SCRIPTING
  171. # You can specify a script that gets run when the rule matches by
  172. # setting the "script" option.
  173. # The script will be called as follows:
  174. # script appname summary body icon urgency
  175. # where urgency can be "LOW", "NORMAL" or "CRITICAL".
  176. #
  177. # NOTE: if you don't want a notification to be displayed, set the format
  178. # to "".
  179. # NOTE: It might be helpful to run dunst -print in a terminal in order
  180. # to find fitting options for rules.
  181. #[espeak]
  182. # summary = "*"
  183. # script = dunst_espeak.sh
  184. #[script-test]
  185. # summary = "*script*"
  186. # script = dunst_test.sh
  187. #[ignore]
  188. # # This notification will not be displayed
  189. # summary = "foobar"
  190. # format = ""
  191. #[signed_on]
  192. # appname = Pidgin
  193. # summary = "*signed on*"
  194. # urgency = low
  195. #
  196. #[signed_off]
  197. # appname = Pidgin
  198. # summary = *signed off*
  199. # urgency = low
  200. #
  201. #[says]
  202. # appname = Pidgin
  203. # summary = *says*
  204. # urgency = critical
  205. #
  206. #[twitter]
  207. # appname = Pidgin
  208. # summary = *twitter.com*
  209. # urgency = normal
  210. #
  211. # vim: ft=cfg