all repos

dotfiles @ 08e75ea

i use rach linux btw

dotfiles/config/dunst/dunstrc (view raw)

1
[global]
2
    monitor = 0
3
    follow = mouse
4
    geometry = "250x50-5+30"
5
    indicate_hidden = yes
6
    shrink = no
7
    transparency = 0
8
    notification_height = 0
9
    separator_height = 4
10
    padding = 16
11
    horizontal_padding = 16
12
    frame_width = 2
13
    frame_color = "#1F2324"
14
    separator_color = frame
15
    sort = yes
16
    idle_threshold = 120
17
    font = Roboto 8
18
    line_height = 4
19
    markup = full
20
    format = "<b>%s</b>\n%b"
21
    alignment = left
22
    show_age_threshold = 60
23
    word_wrap = yes
24
    ignore_newline = no
25
    stack_duplicates = false
26
    hide_duplicate_count = false
27
    show_indicators = yes
28
    icon_position = off
29
    always_run_script = true
30
    startup_notification = false
31
    force_xinerama = false
32
33
[shortcuts]
34
    close =
35
    close_all =
36
    history =
37
    context =
38
39
[urgency_low]
40
    background = "#262A2B"
41
    foreground = "#FFFFFF"
42
    timeout = 2
43
44
[urgency_normal]
45
    background = "#262A2B"
46
    foreground = "#FFFFFF"
47
    timeout = 4
48
49
[urgency_critical]
50
    background = "#262A2B"
51
    foreground = "#FFFFFF"
52
    frame_color = "#e3788f"
53
    timeout = 0