diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-02-23 18:11:25 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-02-23 18:11:25 +0100 |
| commit | 33788846e2662d0bf792401fd770fe5d738e60af (patch) | |
| tree | 9d37b1572e04a1221a24c4d0c16057c0e8a97e34 /dunst | |
| parent | 8728e9e370100b56afed1e618e4c61c403e1228d (diff) | |
| download | dotfiles-33788846e2662d0bf792401fd770fe5d738e60af.tar.gz dotfiles-33788846e2662d0bf792401fd770fe5d738e60af.tar.bz2 dotfiles-33788846e2662d0bf792401fd770fe5d738e60af.zip | |
Updated volume notification done directly by pulseaudio-ctl, with dunst configured to stack them (like regular volume notification), Removed volume-ctl script
Diffstat (limited to 'dunst')
| -rw-r--r-- | dunst/dunstrc | 12 |
1 files changed, 6 insertions, 6 deletions
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 = "<b>%s</b>\n%b" + format = "<b>%s</b>\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 |
