From 33788846e2662d0bf792401fd770fe5d738e60af Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Tue, 23 Feb 2021 18:11:25 +0100 Subject: Updated volume notification done directly by pulseaudio-ctl, with dunst configured to stack them (like regular volume notification), Removed volume-ctl script --- dunst/dunstrc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'dunst') diff --git a/dunst/dunstrc b/dunst/dunstrc index a9eba7f..3e10f2e 100644 --- a/dunst/dunstrc +++ b/dunst/dunstrc @@ -126,7 +126,7 @@ # %n progress value if set without any extra characters # %% Literal % # Markup is allowed - format = "%s\n%b" + format = "%s\n%b%p" # Alignment of message text. # Possible values are "left", "center" and "right". @@ -406,9 +406,9 @@ # appname = Pidgin # summary = *twitter.com* # urgency = normal -# -#[stack-volumes] -# appname = "some_volume_notifiers" -# set_stack_tag = "volume" -# + +[stack-volumes] + appname = "pulseaudio-ctl" + set_stack_tag = "volume" + # vim: ft=cfg -- cgit