-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathrunst.toml
33 lines (30 loc) · 793 Bytes
/
runst.toml
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
[global]
log_verbosity = "info"
startup_notification = true
geometry = "340x25+0+0"
wrap_content = true
font = "Monospace 10"
template = """
[{{app_name}}] <b>{{summary}}</b>\
{% if body %} {{body}}{% endif %} \
{% if now(timestamp=true) - timestamp > 60 %} \
({{ (now(timestamp=true) - timestamp) | humantime }} ago)\
{% endif %}\
{% if unread_count > 1 %} ({{unread_count}}){% endif %}
"""
[urgency_low]
background = "#000000"
foreground = "#505050"
timeout = 2
text = "low"
[urgency_normal]
background = "#bcbcb2"
foreground = "#3f3c35"
timeout = 10
auto_clear = true
text = "normal"
[urgency_critical]
background = "#3f3c35"
foreground = "#bcbcb2"
timeout = 0
text = "critical"