stack_duplicates (values: [true/false], default: true)
If set to true, duplicate notifications will be stacked together
instead of being displayed separately.
Two notifications are considered duplicate if the name of the
program that sent it, summary, body, icon and urgency are all
identical.
hide_duplicates_count (values: [true/false], default: false)
Hide the count of stacked duplicate notifications.
您应该使用
dunstify
而不是notify-send
,因为第一个允许您使用通知 ID 并将旧通知替换为新通知。这是有关 dunstify信息的链接,以及创建音量级别指示器示例的链接。如此 github评论中所述:dunst 现在支持堆栈标记功能。您只需要像这样为您的通知分配自定义标签:
其中
test
是自定义标签的示例。男人邓斯特: