runst 0.2.0

A dead simple notification daemon 🦡
Documentation
[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"