blob: 5bbac669fa4d4c45790acbd21b1a0a457c0ef7f9 (
plain)
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
|
[global]
monitor = 0
follow = keyboard
width = 360
height = (80, 260)
origin = top-right
offset = (12, 42)
scale = 0
notification_limit = 5
progress_bar = true
progress_bar_height = 8
progress_bar_frame_width = 0
progress_bar_min_width = 160
progress_bar_max_width = 340
progress_bar_corner_radius = 3
icon_corner_radius = 4
indicate_hidden = yes
transparency = 4
separator_height = 0
padding = 10
horizontal_padding = 12
text_icon_padding = 10
frame_width = 2
frame_color = "#d79921"
gap_size = 8
separator_color = frame
sort = urgency_descending
font = FiraCode Nerd Font 10
line_height = 2
markup = full
format = "<b>%s</b>\n%b"
alignment = left
vertical_alignment = center
show_age_threshold = 60
ellipsize = end
ignore_newline = no
stack_duplicates = true
hide_duplicate_count = false
show_indicators = yes
enable_posix_regex = true
enable_recursive_icon_lookup = true
icon_theme = Adwaita
icon_position = left
min_icon_size = 32
max_icon_size = 64
sticky_history = yes
history_length = 30
dmenu = /home/aag/.config/dunst/dmenu.sh
browser = /usr/bin/xdg-open
always_run_script = true
title = Dunst
class = Dunst
corner_radius = 5
corners = all
ignore_dbusclose = false
force_xwayland = false
force_xinerama = false
mouse_left_click = do_action, close_current
mouse_middle_click = context
mouse_right_click = close_all
[experimental]
per_monitor_dpi = false
pause_on_mouse_over = false
[urgency_low]
background = "#282828"
foreground = "#928374"
frame_color = "#504945"
highlight = "#689d6a"
timeout = 4
default_icon = dialog-information
[urgency_normal]
background = "#282828"
foreground = "#ebdbb2"
frame_color = "#d79921"
highlight = "#d79921"
timeout = 6
default_icon = dialog-information
[urgency_critical]
background = "#3c3836"
foreground = "#ebdbb2"
frame_color = "#cc241d"
highlight = "#cc241d"
timeout = 0
default_icon = dialog-warning
[fullscreen_delay]
fullscreen = pushback
[fullscreen_show_critical]
msg_urgency = critical
fullscreen = show
[transient_history_ignore]
match_transient = yes
history_ignore = yes
|