-
Notifications
You must be signed in to change notification settings - Fork 1
/
dunstrc
68 lines (57 loc) · 1.8 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
67
68
# ╔╦╗╦ ╦╔╗╔╔═╗╔╦╗ ╔═╗╔═╗╔╗╔╔═╗╦╔═╗ - Dunst config file for the rices
# ║║║ ║║║║╚═╗ ║ ║ ║ ║║║║╠╣ ║║ ╦ - https://github.com/gh0stzk/dotfiles
# ═╩╝╚═╝╝╚╝╚═╝ ╩ ╚═╝╚═╝╝╚╝╚ ╩╚═╝ - z0mbi3
[global]
title = Dunst
class = Dunst
monitor = 0
follow = mouse
width = 300
height = 300
origin = top-right
offset = 10x92
indicate_hidden = yes
shrink = yes
transparency = 9
separator_height = 2
padding = 8
horizontal_padding = 11
frame_width = 6
frame_color = "#1D1F28"
separator_color = "#8897F4"
font = JetBrainsMono Nerd Font Medium 9
line_height = 0
markup = full
format = "<span size='x-large' font_desc='Cantarell 9' weight='bold' foreground='#79E6F3'>%s</span>\n%b"
alignment = center
idle_threshold = 120
show_age_threshold = 60
sort = no
word_wrap = yes
ignore_newline = no
stack_duplicates = false
hide_duplicate_count = yes
show_indicators = no
sticky_history = no
history_length = 20
always_run_script = true
corner_radius = 4
icon_position = left
max_icon_size = 80
icon_path = /usr/share/icons/Papirus-Dark/48x48/actions/:/usr/share/icons/Papirus-Dark/48x48/apps/:/usr/share/icons/Papirus-Dark/48x48/devices/:/usr/share/icons/Papirus-Dark/48x48/emblems/:/usr/share/icons/Papirus-Dark/48x48/emotes/:/usr/share/icons/Papirus-Dark/48x48/mimetypes/:/usr/share/icons/Papirus-Dark/48x48/places/:/usr/share/icons/Papirus-Dark/48x48/status/
browser = firefox
mouse_left_click = close_current
mouse_middle_click = do_action
mouse_right_click = close_all
[urgency_low]
timeout = 3
background = "#1D1F28"
foreground = "#FDFDFD"
[urgency_normal]
timeout = 6
background = "#1D1F28"
foreground = "#FDFDFD"
[urgency_critical]
timeout = 0
background = "#1D1F28"
foreground = "#FDFDFD"