aboutsummaryrefslogtreecommitdiff
path: root/dunst/dunstrc
blob: a957b2c6ad5e4172e2cea7d525a5dd0f261795da (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
[global]
    alignment            = left
    allow_markup         = no
    bounce_freq          = 0
    dmenu                = dmenu -p dunst:
    follow               = mouse
    format               = "%s %b"
    geometry             = "350x5-0-17"
    history_length       = 20
    horizontal_padding   = 8
    icon_position        = off
    idle_threshold       = 0
    ignore_newline       = no
    indicate_hidden      = no
    line_height          = 0
    monitor              = 0
    padding              = 8
    separator_color      = frame
    separator_height     = 0
    show_age_threshold   = -1
    show_indicators      = no
    shrink               = no
    sort                 = yes
    startup_notification = false
    sticky_history       = yes
    transparency         = 0
    word_wrap            = yes

[frame]
    width = 1
    color = "#333333"

[urgency_low]
    background = "#222222"
    foreground = "#bbbbbb"
    timeout    = 10

[urgency_normal]
    background = "#285577"
    foreground = "#ffffff"
    timeout    = 10

[urgency_critical]
    background = "#900000"
    foreground = "#ffffff"
    timeout    = 0