Increase dunst timeouts

Jonathan Hodgson 6 years ago
parent 432a79fbe8
commit 52da8caec7
  1. 6
      dunst/dunstrc

@ -187,21 +187,21 @@ frame_color = "#3B7C87"
foreground = "#3B7C87" foreground = "#3B7C87"
background = "#191311" background = "#191311"
#background = "#2B313C" #background = "#2B313C"
timeout = 4 timeout = 10
[urgency_normal] [urgency_normal]
frame_color = "#5B8234" frame_color = "#5B8234"
foreground = "#5B8234" foreground = "#5B8234"
background = "#191311" background = "#191311"
#background = "#2B313C" #background = "#2B313C"
timeout = 6 timeout = 14
[urgency_critical] [urgency_critical]
frame_color = "#B7472A" frame_color = "#B7472A"
foreground = "#B7472A" foreground = "#B7472A"
background = "#191311" background = "#191311"
#background = "#2B313C" #background = "#2B313C"
timeout = 8 timeout = 20
# Every section that isn't one of the above is interpreted as a rules to # Every section that isn't one of the above is interpreted as a rules to

Loading…
Cancel
Save