diff --git a/bin/audio-volume-change.oga b/bin/audio-volume-change.oga new file mode 100644 index 0000000..e4a33dc Binary files /dev/null and b/bin/audio-volume-change.oga differ diff --git a/bin/drip.ogg b/bin/drip.ogg deleted file mode 100644 index 144d2b3..0000000 Binary files a/bin/drip.ogg and /dev/null differ diff --git a/bin/sway_volume b/bin/sway_volume index 0ab9fbd..5666eff 100755 --- a/bin/sway_volume +++ b/bin/sway_volume @@ -3,6 +3,9 @@ source $HOME/.config/sway/bin/sway_helpers SINK=$(pactl info | grep "Default Sink" | cut -d ' ' -f 3) ICON_PATH=$HOME/.local/share/icons/Tela-circle-dark/16/actions NOTIFY_APP="dunstify -a volume -h string:x-dunst-stack-tag:volume" +APP="pavucontrol" +SOUND=$HOME/.config/sway/bin/audio-volume-change.oga + # echo -e '\u25cf' VOL1="●" # echo -e '\u25cc' @@ -49,9 +52,6 @@ function notify() { $NOTIFY_APP -i $ICON "$TITLE" "$(getProgressString 10 "$VOL1" "$VOL2" $VOLUME)" } -APP="pavucontrol" -SOUND=$HOME/.config/sway/bin/drip.ogg - ## helpers function _toggle() { a=$1