summaryrefslogtreecommitdiffstats
path: root/core/modules/dunst/data/etc/xdg/dunst/dunstrc
blob: ce09808d2033ae01c6473d4b329141bcf6c17a9b (plain) (blame)
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
[global]
    font = DejaVu-Sans 10
    markup = full
    plain_text = no
    format = "  <b>%s</b>\n%b"
    sort = yes
    indicate_hidden = yes
    alignment = left
    bounce_freq = 0
    show_age_threshold = 60
    word_wrap = yes
    ignore_newline = no
    geometry = "320x5-30+20"
    shrink = no
    transparency = 0
    idle_threshold = 120
    monitor = 0
    follow = mouse
    sticky_history = yes
    history_length = 20
    show_indicators = yes
    line_height = 0
    notification_height = 0
    separator_height = 2
    padding = 8
    horizontal_padding = 8
    separator_color = frame
    startup_notification = false
    icon_position = left
    icon_path = /usr/share/icons/elementary-xfce/status/16/:/usr/share/icons/elementary-xfce/devices/16/
    frame_width = 2
    frame_color = "#bbbbbb"

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

[urgency_low]
    background = "#222222"
    foreground = "#dddddd"
    timeout = 15

[urgency_normal]
    background = "#184567"
    foreground = "#ffffff"
    timeout = 15

[urgency_critical]
    background = "#c00000"
    foreground = "#ffff00"
    timeout = 0