all repos

dotfiles @ 394d56f

my dotfiles

config/dunst/dunstrc (view raw)

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]
    font = Hack 10
    padding = 1
    frame_color = "#073642"
    frame_width = 2
    allow_markup = yes
    format = "<b>%a:</b> %s\n%b"
    sort = yes
    indicate_hidden = yes
    alignment = left
    bounce_freq = 0
    show_age_threshold = 60
    word_wrap = yes
    ignore_newline = no
    geometry = "300x5-30+40"
    transparency = 0
    idle_threshold = 120
    monitor = 0
    follow = keyboard
    sticky_history = yes
    line_height = 0
    separator_height = 2
    padding = 8
    horizontal_padding = 8
    separator_color = frame
    startup_notification = true
    browser = /usr/bin/firefox -new-tab

[frame]
    width = 0
    color = "#000000"

[urgency_low]
    background = "#002B36"
    foreground = "#dfdfdf"
    timeout = 10

[urgency_normal]
    background = "#002B36"
    foreground = "#ffffff"
    timeout = 10

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