all repos

dotfiles @ 734af357dd5f5f421f45ea8e7b330a2a19a1b11a

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
[shortcuts]
34
    close = mod4+m
35
    close_all = mod4+shift+m
36
    history = mod4+n
37
    context = mod4+shift+i
38
39
[urgency_low]
40
    background = "#002B36"
41
    foreground = "#dfdfdf"
42
    timeout = 10
43
44
[urgency_normal]
45
    background = "#002B36"
46
    foreground = "#ffffff"
47
    timeout = 10
48
49
[urgency_critical]
50
    background = "#900000"
51
    foreground = "#ffffff"
52
    timeout = 0