Special format for volume indicator. Appname is shown now.

This commit is contained in:
RealStickman 2020-10-10 14:58:18 +02:00
parent 92a23a1a99
commit eb1a2591c8

View File

@ -126,7 +126,7 @@
# %n progress value if set without any extra characters
# %% Literal %
# Markup is allowed
format = "<b>%s</b>\n%b"
format = "<b>%s</b> %a\n%b"
# Alignment of message text.
# Possible values are "left", "center" and "right".
@ -430,4 +430,9 @@
# appname = "some_volume_notifiers"
# set_stack_tag = "volume"
#
[dunstify-volume]
appname = "dunstify"
summary = "*─*"
format = "<b>%s</b>\n%b"
#
# vim: ft=cfg