diff options
author | katherine <ageha@airen-no-jikken.icu> | 2025-04-15 16:45:39 +1000 |
---|---|---|
committer | katherine <ageha@airen-no-jikken.icu> | 2025-04-15 16:45:39 +1000 |
commit | dfc9f960f07793250e05362df28c9f727feb0076 (patch) | |
tree | c6f16b7b044614e0d1110dbff2cd8c519ec7252b /.config/herbstluftwm/pvol.sh | |
parent | 05cbc7ce170332080b0e764eb02cf11adcea4beb (diff) | |
download | dotfiles-dfc9f960f07793250e05362df28c9f727feb0076.tar.gz |
update dunst config
Diffstat (limited to '.config/herbstluftwm/pvol.sh')
-rwxr-xr-x | .config/herbstluftwm/pvol.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/herbstluftwm/pvol.sh b/.config/herbstluftwm/pvol.sh index 8d5984e..4d08ff1 100755 --- a/.config/herbstluftwm/pvol.sh +++ b/.config/herbstluftwm/pvol.sh @@ -18,4 +18,4 @@ esac pactl get-sink-volume @DEFAULT_SINK@ | sed -e N -e 's/\n//g' -e 's/.* \([0-9]\{1,2\}%\).*/\1/' } | read body -dunstify -r 118111108 $body +dunstify -h string:x-dunst-stack-tag:pvol $body |