dots

my dotfiles
git clone https://git.awy.one/dots
Log | Files | Refs | Submodules | README | LICENSE

dunstrc (542B) - View raw


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[global]
  monitor = 0
  dmenu = "mew -c -l 3 -p dunst"
  follow = keyboard
  mouse_left_click="do_action, remove_current"
  mouse_middle_click="context, remove_current"
  width = 370
  height = (0,350)
  offset = (0,0)
  padding = 2
  horizontal_padding = 2
  transparency = 25
  font = Monospace 12
  format = "<b>%s</b>\n%b"
  background = "#504945"
  foreground = "#EBDBB2"
  frame_color = "#665c54"
  frame_width 2

[urgency_low]
  timeout = 3

[urgency_normal]
  timeout = 5

[urgency_critical]
  frame_color = "#FB4934"
  timeout = 10