all repos

dotfiles @ 394d56fa6908da5418a6e5e21ce1050e587afd32

i use rach linux btw

dotfiles/config/dunst/dunstrc (view raw)

1
[global]
2
    font = Hack 10
3
    padding = 1
4
    frame_color = "#073642"
5
    frame_width = 2
6
    allow_markup = yes
7
    format = "<b>%a:</b> %s\n%b"
8
    sort = yes
9
    indicate_hidden = yes
10
    alignment = left
11
    bounce_freq = 0
12
    show_age_threshold = 60
13
    word_wrap = yes
14
    ignore_newline = no
15
    geometry = "300x5-30+40"
16
    transparency = 0
17
    idle_threshold = 120
18
    monitor = 0
19
    follow = keyboard
20
    sticky_history = yes
21
    line_height = 0
22
    separator_height = 2
23
    padding = 8
24
    horizontal_padding = 8
25
    separator_color = frame
26
    startup_notification = true
27
    browser = /usr/bin/firefox -new-tab
28
29
[frame]
30
    width = 0
31
    color = "#000000"
32
33
[urgency_low]
34
    background = "#002B36"
35
    foreground = "#dfdfdf"
36
    timeout = 10
37
38
[urgency_normal]
39
    background = "#002B36"
40
    foreground = "#ffffff"
41
    timeout = 10
42
43
[urgency_critical]
44
    background = "#900000"
45
    foreground = "#ffffff"
46
    timeout = 0