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.

265 lines
7.5 KiB

4 years ago
  1. [global]
  2. #font = Gohu GohuFont 14
  3. font = Iosevka Term 11
  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
  11. # <http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
  12. # If markup is not allowed, those tags will be stripped out of the
  13. # message.
  14. allow_markup = yes
  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 = yes
  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 = left
  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 = 60
  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. # The geometry of the window:
  46. # [{width}]x{height}[+/-{x}+/-{y}]
  47. # The geometry of the message window.
  48. # The height is measured in number of notifications everything else
  49. # in pixels. If the width is omitted but the height is given
  50. # ("-geometry x2"), the message window expands over the whole screen
  51. # (dmenu-like). If width is 0, the window expands to the longest
  52. # message displayed. A positive x is measured from the left, a
  53. # negative from the right side of the screen. Y is measured from
  54. # the top and down respectevly.
  55. # The width can be negative. In this case the actual width is the
  56. # screen width minus the width defined in within the geometry option.
  57. geometry = "300x5-32+64"
  58. # x = gaps inner value, y = i3 bar height + gaps inner value
  59. # Shrink window if it's smaller than the width. Will be ignored if
  60. # width is 0.
  61. shrink = no
  62. # The transparency of the window. Range: [0; 100].
  63. # This option will only work if a compositing windowmanager is
  64. # present (e.g. xcompmgr, compiz, etc.).
  65. transparency = 3
  66. # Don't remove messages, if the user is idle (no mouse or keyboard input)
  67. # for longer than idle_threshold seconds.
  68. # Set to 0 to disable.
  69. idle_threshold = 120
  70. # Which monitor should the notifications be displayed on.
  71. monitor = 0
  72. # Display notification on focused monitor. Possible modes are:
  73. # mouse: follow mouse pointer
  74. # keyboard: follow window with keyboard focus
  75. # none: don't follow anything
  76. #
  77. # "keyboard" needs a windowmanager that exports the
  78. # _NET_ACTIVE_WINDOW property.
  79. # This should be the case for almost all modern windowmanagers.
  80. #
  81. # If this option is set to mouse or keyboard, the monitor option
  82. # will be ignored.
  83. follow = none
  84. # Should a notification popped up from history be sticky or timeout
  85. # as if it would normally do.
  86. sticky_history = yes
  87. # Maximum amount of notifications kept in history
  88. history_length = 20
  89. # Display indicators for URLs (U) and actions (A).
  90. show_indicators = yes
  91. # The height of a single line. If the height is smaller than the
  92. # font height, it will get raised to the font height.
  93. # This adds empty space above and under the text.
  94. line_height = 0
  95. # Draw a line of "separatpr_height" pixel height between two
  96. # notifications.
  97. # Set to 0 to disable.
  98. separator_height = 2
  99. # Padding between text and separator.
  100. padding = 8
  101. # Horizontal padding.
  102. horizontal_padding = 8
  103. # Define a color for the separator.
  104. # possible values are:
  105. # * auto: dunst tries to find a color fitting to the background;
  106. # * foreground: use the same color as the foreground;
  107. # * frame: use the same color as the frame;
  108. # * anything else will be interpreted as a X color.
  109. separator_color = frame
  110. # Print a notification on startup.
  111. # This is mainly for error detection, since dbus (re-)starts dunst
  112. # automatically after a crash.
  113. startup_notification = true
  114. # dmenu path.
  115. dmenu = /usr/bin/dmenu -p dunst:
  116. # Browser for opening urls in context menu.
  117. browser = /usr/bin/inox
  118. # Align icons left/right/off
  119. icon_position = off
  120. # Paths to default icons.
  121. icon_folders = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
  122. [frame]
  123. width = 2
  124. color = "#a89984"
  125. #color = "#fbf1c7"
  126. [shortcuts]
  127. # Shortcuts are specified as [modifier+][modifier+]...key
  128. # Available modifiers are "ctrl", "mod1" (the alt-key), "mod2",
  129. # "mod3" and "mod4" (windows-key).
  130. # Xev might be helpful to find names for keys.
  131. # Close notification.
  132. close = ctrl+mod1+space
  133. # Close all notifications.
  134. close_all = mod1+space
  135. # Redisplay last message(s).
  136. # On the US keyboard layout "grave" is normally above TAB and left
  137. # of "1".
  138. history = ctrl+grave
  139. # Context menu.
  140. context = ctrl+mod1+0
  141. # Gruvbox Light {{{1
  142. #[urgency_low]
  143. #background = "#fbf1c7"
  144. #foreground = "#3c3836"
  145. #timeout = 10
  146. #[urgency_normal]
  147. #background = "#fbf1c7"
  148. #foreground = "#3c3836"
  149. #timeout = 10
  150. #[urgency_critical]
  151. #background = "#9d0006"
  152. #foreground = "#fdf4c1"
  153. #timeout = 0
  154. # }}}1
  155. # Gruvbox Dark {{{1
  156. [urgency_low]
  157. background = "#282828"
  158. foreground = "#bdae93"
  159. timeout = 10
  160. [urgency_normal]
  161. background = "#282828"
  162. foreground = "#bdae93"
  163. timeout = 10
  164. [urgency_critical]
  165. background = "#9d0006"
  166. foreground = "#ffe2e0"
  167. timeout = 0
  168. # }}}1
  169. # Every section that isn't one of the above is interpreted as a rules to
  170. # override settings for certain messages.
  171. # Messages can be matched by "appname", "summary", "body", "icon", "category",
  172. # "msg_urgency" and you can override the "timeout", "urgency", "foreground",
  173. # "background", "new_icon" and "format".
  174. # Shell-like globbing will get expanded.
  175. #
  176. # SCRIPTING
  177. # You can specify a script that gets run when the rule matches by
  178. # setting the "script" option.
  179. # The script will be called as follows:
  180. # script appname summary body icon urgency
  181. # where urgency can be "LOW", "NORMAL" or "CRITICAL".
  182. #
  183. # NOTE: if you don't want a notification to be displayed, set the format
  184. # to "".
  185. # NOTE: It might be helpful to run dunst -print in a terminal in order
  186. # to find fitting options for rules.
  187. #[espeak]
  188. # summary = "*"
  189. # script = dunst_espeak.sh
  190. #[script-test]
  191. # summary = "*script*"
  192. # script = dunst_test.sh
  193. #[ignore]
  194. # # This notification will not be displayed
  195. # summary = "foobar"
  196. # format = ""
  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. #
  217. # vim: ft=cfg