aboutsummaryrefslogtreecommitdiff
path: root/.config/dunst/dunstrc
blob: 07adb9e4227fa5ee02606f8b6d39e3e8d1c5f392 (plain)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[global]
    font = "Fira Code Nerd Font 9"
    allow_markup = yes
    format = "<b>%s</b>\n%b"
    sort = yes
    indicate_hidden = yes
    alignment = center
    bounce_freq = 0
    show_age_threshold = 60
    word_wrap = yes
    ignore_newline = no
    geometry = "280x5-12+42"
    transparency = 0
    idle_threshold = 120
    follow = keyboard
    sticky_history = yes
    line_height = 8
    padding = 20
    horizontal_padding = 12
    separator_height = 1
    separator_color = "#ebdbb2"
    startup_notification = false

[frame]
    width = 0
    color = "#d79921"

[shortcuts]
    close = ctrl+space
    close_all = ctrl+shift+space
    history = ctrl+grave
    context = ctrl+shift+period

[urgency_low]
    background = "#282828"
    foreground = "#ebdbb2"
    timeout = 5

[urgency_normal]
    background = "#282828"
    foreground = "#ebdbb2"
    timeout = 20

[urgency_critical]
    background = "#282828"
    foreground = "#ebdbb2"
    timeout = 0

[ncspot]
  appname = ncspot
  format = " %s"

[slack]
  appname = slack
  format = "<b> %s</b>\n%b"