Edited runst config

This commit is contained in:
GaspardCulis 2023-10-29 12:42:57 +01:00
parent 5a15d4ffef
commit e32b5eaaf1

View file

@ -1 +1,33 @@
startup_notification = false
[global]
log_verbosity = "info"
startup_notification = false
geometry = "480x64+0+0"
wrap_content = true
font = "FiraCode 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"