-
Notifications
You must be signed in to change notification settings - Fork 0
/
dunstrc
66 lines (53 loc) · 1.12 KB
/
dunstrc
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
[global]
monitor = 0
follow = none
width = 400
height = 200
origin = top-center
offset = 0x30
indicate_hidden = true
separator_height = 4
padding = 8
horizontal_padding = 8
frame_width = 2
corner_radius = 5
sort = true
idle_threshold = 120
### Text ###
font = "FuraCode Nerd Font 9"
line_height = 0
markup = full
format = "<b>%s</b>\n%b"
alignment = left
show_age_threshold = 60
word_wrap = yes
ignore_newline = no
stack_duplicates = true
hide_duplicate_count = false
show_indicators = yes
icon_position = left
sticky_history = yes
history_length = 20
dmenu = /usr/bin/rofi -dmenu -p dunst:
title = Dunst
class = Dunst
mouse_left_click = do_action
mouse_middle_click = none
mouse_right_click = close_current
[experimental]
per_monitor_dpi = true
[urgency_low]
background = "#002b36"
foreground = "#586e75"
frame_color = "#586e75"
timeout = 10
[urgency_normal]
background = "#002b36"
foreground = "#839496"
frame_color = "#839496"
timeout = 10
[urgency_critical]
background = "#002b36"
foreground = "#93a1a1"
frame_color = "#93a1a1"
timeout = 0