dunst-配置和使用

官方文档

其配置文件位于 ~/.config/dunst/dunstrc.

测试默认效果用 dunstify "Hi.

配置文件是分为多个 Section, 如:

1
2
[Section1]
key1 = value

配置

参考 Youtube

可以过滤信息, 哪些会显示, 哪些不会.

dunst

dunst -print, 会显示所有 notification.

notify-send 和 dunstify 的使用

notify-send

发送 low 的信息:

1
notify-send "help" -u normal

发送 normal 的信息:

1
notify-send "help" -u normal

发送 critical 的信息:

1
notify-send "help" -u critical

dunstify

dunstify 命令和 notify-send 命令类似.

显示一个 icon:

1
dunstify "Hello" -u low -i volume-mute

-i 参数是文件名, 只是不加后缀.

给 notification 添加一个 ID, 可以重复利用同一个 notification 发送信息, 用 -r 参数添加:

1
dunstify "Hello" -u low -i volume-mute -r 111

-a 参数用于设置 appname

dunstctl 使用

查看用法:

1
dunstctl --help

dunst-配置和使用
http://example.com/2023/09/16/dunst-配置和使用/
作者
Jie
发布于
2023年9月16日
许可协议