summaryrefslogtreecommitdiffstats
path: root/core/modules/dunst/data/etc/xdg/dunst/dunstrc
blob: a9f661cb9e7a61e1af4d27acf77b0529183dfe4d (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
55
56
[global]
    font = DejaVu-Sans 10
    allow_markup = yes
    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_folders = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/

[frame]
    width = 2
    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