blob: b5f78518aeaeb2c159fc2ebb8d0f196e71fd029f (
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
|
[global]
monitor = 0
follow = keyboard
width=300
height=180
origin=top-right
offset=32x48
indicate_hidden = yes
shrink = no
transparency = 00
separator_height = 20
padding = 16
horizontal_padding = 16
frame_width = 0
frame_color = "#79dac8"
separator_color = "#00000000"
sort = yes
idle_threshold = 120
font = Iosevka Aile 9
line_height = 4
markup = full
format = "<b>%s</b> <small>from %a</small>\n%b"
alignment = left
show_age_threshold = 60
word_wrap = true
ignore_newline = no
stack_duplicates = true
hide_duplicate_count = false
show_indicators = true
icon_position = left
icon_path = "/usr/share/icons/breeze/actions/24"
sticky_history = yes
history_length = 20
corner_radius = 0
dmenu = /usr/bin/rofi -dmenu
browser = /usr/bin/firefox
title = Dunst
class = Dunst
[urgency_low]
background = "#9ccfd885"
foreground = "#1f1d2e"
timeout = 3
[urgency_normal]
background = "#ebbcba85"
foreground = "#1f1d2e"
timeout = 6
[urgency_critical]
background = "#eb6f9285"
foreground = "#1f1d2e"
timeout = 0
[Spotify]
appname = "Spotify"
format = "<b>now playing</b>\n🎤 %s\n🎶 %b"
set_transient = true
[ncmpcpp]
appname = "ncmpcpp"
format = "<b>now playing</b>\n%s\n%b"
set_transient = true
[spliff]
appname = "spliff"
format = "<b>ready for printing</b>\n%s\n%b"
[you_got_mail]
appname = "excerpt"
new_icon = "mail-mark-unread"
timeout = 0
# vim: ft=cfg
|