aboutsummaryrefslogtreecommitdiff
path: root/.config/dunst/dunstrc
blob: dc84c02736423e2850124c9a87f5e9ec2eea131d (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
[global]
    monitor = 0
    follow = keyboard
    width = 400
    height = 400
    offset = 0x19
    padding = 2
    horizontal_padding = 2
    transparency = 25
    font = LiterationMono Nerd Font 14
    format = "<b>%s</b>\n%b"

[urgency_low]
    background = "#1d2021"
    foreground = "#928374"
    timeout = 3

[urgency_normal]
    foreground = "#f9e2af"
    background = "#1e1e2e"
    timeout = 5

[urgency_critical]
    background = "#1cc24d"
    foreground = "#ebdbb2"
    frame_color = "#fabd2f"
    timeout = 10