-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdunstrc
More file actions
73 lines (62 loc) · 1.58 KB
/
Copy pathdunstrc
File metadata and controls
73 lines (62 loc) · 1.58 KB
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
[global]
follow = mouse
# --- Geometry & Position ---
width = (300, 420)
height = (0, 200)
origin = top-center
offset = (0, 35)
indicate_hidden = yes
separator_height = 2
separator_color = "#292e42"
padding = 12
horizontal_padding = 16
text_icon_padding = 12
frame_width = 2
corner_radius = 8
sort = yes
idle_threshold = 120
# --- Text ---
font = CaskaydiaCove Nerd Font 10
line_height = 2
markup = full
format = "%s\n%b"
alignment = left
show_age_threshold = 60
word_wrap = yes
ignore_newline = no
stack_duplicates = true
hide_duplicate_count = false
show_indicators = yes
# --- Icons & Actions ---
icon_position = left
min_icon_size = 32
max_icon_size = 48
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 Profiles (Tokyo Night) ---
[urgency_low]
# Subtle dark background with calm blue accents
background = "#16161e"
foreground = "#a9b1d6"
frame_color = "#3b4261"
timeout = 8
[urgency_normal]
# Classic Tokyo Night Storm with Cyan highlight
background = "#1a1b26"
foreground = "#c0caf5"
frame_color = "#7dcfff"
timeout = 10
[urgency_critical]
# Dark background with bold Red border and Red text accent
background = "#1a1b26"
foreground = "#f7768e"
frame_color = "#f7768e"
timeout = 0