Another copy of my dotfiles. Because I don't completely trust GitHub.
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.

323 lines
8.8 KiB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. [colors]
  2. ## gruvbox
  3. # background = "#282828"
  4. # foreground = "#fbf2c7"
  5. # frame_color = "#282828"
  6. # dracula
  7. background = "#0f111a"
  8. foreground = "#e5e9f0"
  9. frame_color = "#bf616a"
  10. [global]
  11. frame_width = 0
  12. #font = JetBrains Mono 10
  13. font = CaskaydiaCove Nerd Font 10
  14. follow = none
  15. # Allow a small subset of html markup:
  16. # <b>bold</b>
  17. # <i>italic</i>
  18. # <s>strikethrough</s>
  19. # <u>underline</u>
  20. #
  21. # For a complete reference see
  22. # <http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
  23. # If markup is not allowed, those tags will be stripped out of the
  24. # message.
  25. markup = yes
  26. stack_duplicates = true
  27. # The format of the message. Possible variables are:
  28. # %a appname
  29. # %s summary
  30. # %b body
  31. # %i iconname (including its path)
  32. # %I iconname (without its path)
  33. # %p progress value if set ([ 0%] to [100%]) or nothing
  34. # Markup is allowed
  35. format = "<b>%a</b> \n %s %p\n%b"
  36. # Sort messages by urgency.
  37. sort = yes
  38. # Show how many messages are currently hidden (because of geometry).
  39. indicate_hidden = yes
  40. # Alignment of message text.
  41. # Possible values are "left", "center" and "right".
  42. alignment = left
  43. # The frequency with wich text that is longer than the notification
  44. # window allows bounces back and forth.
  45. # This option conflicts with "word_wrap".
  46. # Set to 0 to disable.
  47. bounce_freq = 5
  48. # Show age of message if message is older than show_age_threshold
  49. # seconds.
  50. # Set to -1 to disable.
  51. show_age_threshold = 60
  52. # Split notifications into multiple lines if they don't fit into
  53. # geometry.
  54. word_wrap = yes
  55. # Ignore newlines '\n' in notifications.
  56. ignore_newline = no
  57. # The geometry of the window:
  58. # [{width}]x{height}[+/-{x}+/-{y}]
  59. # The geometry of the message window.
  60. # The height is measured in number of notifications everything else
  61. # in pixels. If the width is omitted but the height is given
  62. # ("-geometry x2"), the message window expands over the whole screen
  63. # (dmenu-like). If width is 0, the window expands to the longest
  64. # message displayed. A positive x is measured from the left, a
  65. # negative from the right side of the screen. Y is measured from
  66. # the top and down respectevly.
  67. # The width can be negative. In this case the actual width is the
  68. # screen width minus the width defined in within the geometry option.
  69. geometry = "500x8-8+50"
  70. # Show how many messages are currently hidden (because of geometry).
  71. indicate_hidden = yes
  72. # Shrink window if it's smaller than the width. Will be ignored if
  73. # width is 0.
  74. shrink = yes
  75. # The transparency of the window. Range: [0; 100].
  76. # This option will only work if a compositing windowmanager is
  77. # present (e.g. xcompmgr, compiz, etc.).
  78. transparency = 0
  79. # Don't remove messages, if the user is idle (no mouse or keyboard input)
  80. # for longer than idle_threshold seconds.
  81. # Set to 0 to disable.
  82. # default 120
  83. idle_threshold = 120
  84. # Which monitor should the notifications be displayed on.
  85. monitor = 0
  86. # Display notification on focused monitor. Possible modes are:
  87. # mouse: follow mouse pointer
  88. # keyboard: follow window with keyboard focus
  89. # none: don't follow anything
  90. #
  91. # "keyboard" needs a windowmanager that exports the
  92. # _NET_ACTIVE_WINDOW property.
  93. # This should be the case for almost all modern windowmanagers.
  94. #
  95. # If this option is set to mouse or keyboard, the monitor option
  96. # will be ignored.
  97. # Should a notification popped up from history be sticky or timeout
  98. # as if it would normally do.
  99. sticky_history = yes
  100. # Maximum amount of notifications kept in history
  101. history_length = 20
  102. # Display indicators for URLs (U) and actions (A).
  103. show_indicators = yes
  104. # The height of a single line. If the height is smaller than the
  105. # font height, it will get raised to the font height.
  106. # This adds empty space above and under the text.
  107. line_height = 0
  108. # Draw a line of "separator_height" pixel height between two
  109. # notifications.
  110. # Set to 0 to disable.
  111. separator_height = 1
  112. # Padding between text and separator.
  113. # padding = 8
  114. padding = 8
  115. # Horizontal padding.
  116. horizontal_padding = 10
  117. # Define a color for the separator.
  118. # possible values are:
  119. # * auto: dunst tries to find a color fitting to the background;
  120. # * foreground: use the same color as the foreground;
  121. # * frame: use the same color as the frame;
  122. # * anything else will be interpreted as a X color.
  123. separator_color = auto
  124. # Print a notification on startup.
  125. # This is mainly for error detection, since dbus (re-)starts dunst
  126. # automatically after a crash.
  127. startup_notification = false
  128. # dmenu path.
  129. dmenu = /usr/bin/dmenu -p dunst:
  130. # Browser for opening urls in context menu.
  131. browser = brave
  132. # Align icons left/right/off
  133. icon_position = left
  134. # Paths to default icons.
  135. icon_path = /usr/share/icons/Adwaita/16x16/status/:/usr/share/icons/Adwaita/16x16/devices/:/usr/share/icons/Papirus-Dark/16x16/devices/:/usr/share/icons/Papirus-Dark/16x16/status/
  136. # Limit icons size.
  137. max_icon_size=32
  138. [shortcuts]
  139. # Shortcuts are specified as [modifier+][modifier+]...key
  140. # Available modifiers are "ctrl", "mod1" (the alt-key), "mod2",
  141. # "mod3" and "mod4" (windows-key).
  142. # Xev might be helpful to find names for keys.
  143. # Close notification.
  144. # close = mod1+space
  145. # Close all notifications.
  146. # close_all = ctrl+shift+space
  147. close_all = ctrl+mod1+space
  148. # Redisplay last message(s).
  149. # On the US keyboard layout "grave" is normally above TAB and left
  150. # of "1".
  151. history = shift+mod4+h
  152. # Context menu.
  153. context = shift+mod4+space
  154. [urgency_low]
  155. # IMPORTANT: colors have to be defined in quotation marks.
  156. # Otherwise the "#" and following would be interpreted as a comment.
  157. background = "#313D4A"
  158. foreground = "#F9FAF9"
  159. frame_color = "#9DB788"
  160. timeout = 5
  161. [urgency_normal]
  162. background = "#313D4A"
  163. foreground = "#F9FAF9"
  164. frame_color = "#2E2E2D"
  165. timeout = 5
  166. [urgency_critical]
  167. background = "#313D4A"
  168. foreground = "#F9FAF9"
  169. frame_color = "#D62929"
  170. timeout = 0
  171. # Every section that isn't one of the above is interpreted as a rules to
  172. # override settings for certain messages.
  173. # Messages can be matched by "appname", "summary", "body", "icon", "category",
  174. # "msg_urgency" and you can override the "timeout", "urgency", "foreground",
  175. # "background", "new_icon" and "format".
  176. # Shell-like globbing will get expanded.
  177. #
  178. # SCRIPTING
  179. # You can specify a script that gets run when the rule matches by
  180. # setting the "script" option.
  181. # The script will be called as follows:
  182. # script appname summary body icon urgency
  183. # where urgency can be "LOW", "NORMAL" or "CRITICAL".
  184. #
  185. # NOTE: if you don't want a notification to be displayed, set the format
  186. # to "".
  187. # NOTE: It might be helpful to run dunst -print in a terminal in order
  188. # to find fitting options for rules.
  189. #[espeak]
  190. # summary = "*"
  191. # script = dunst_espeak.sh
  192. #[script-test]
  193. # summary = "*script*"
  194. # script = dunst_test.sh
  195. #[ignore]
  196. # # This notification will not be displayed
  197. # summary = "foobar"
  198. # format = ""
  199. #[signed_on]
  200. # appname = Pidgin
  201. # summary = "*signed on*"
  202. # urgency = low
  203. #
  204. #[signed_off]
  205. # appname = Pidgin
  206. # summary = *signed off*
  207. # urgency = low
  208. #
  209. #[says]
  210. # appname = Pidgin
  211. # summary = *says*
  212. # urgency = critical
  213. #
  214. #[twitter]
  215. # appname = Pidgin
  216. # summary = *twitter.com*
  217. # urgency = normal
  218. #
  219. #[Claws Mail]
  220. # appname = claws-mail
  221. # category = email.arrived
  222. # urgency = normal
  223. # background = "#2F899E"
  224. # foreground = "#FFA247"
  225. #
  226. #[mute.sh]
  227. # appname = mute
  228. # category = mute.sound
  229. # script = mute.sh
  230. #
  231. #[JDownloader]
  232. # appname = JDownloader
  233. # category = JD
  234. # background = "#FFA247"
  235. # foreground = "#FFFFFF"
  236. #
  237. #[newsbeuter]
  238. # summary = *Feeds*
  239. # background = "#A8EB41"
  240. # foreground = "#FFFFFF"
  241. #
  242. [irc]
  243. appname = weechat
  244. timeout = 0
  245. background = "#0033bb"
  246. foreground = "#dddddd"
  247. #
  248. [weechat hl]
  249. appname = weechat
  250. category = weechat.HL
  251. background = "#FF5C47"
  252. foreground = "#FFFFFF"
  253. #
  254. [weechat pn]
  255. appname = weechat
  256. category = weechat.PM
  257. background = "#D53B84"
  258. foreground = "#FFFFFF"
  259. #
  260. #[CMUS]
  261. # appname = CMUS
  262. # category = cmus
  263. # background = "#6C4AB7"
  264. # foreground = "#FFE756"
  265. #
  266. #
  267. # background = "#30AB70"
  268. # foreground = "#F67245"
  269. #
  270. [Spotify]
  271. appname = Spotify
  272. frame_color = "#30AB70"
  273. timeout = 5
  274. # vim: ft=cfg