1
0
Fork 0
dotfiles/dot_config/i3/executable_set_volume.sh
Florian RICHER d9e91d35ff Update dot_config/i3/config
Add dot_config/i3/executable_set_volume.sh
2022-09-03 21:50:49 +02:00

2 lines
184 B
Bash

#!/bin/bash
pactl set-sink-volume @DEFAULT_SINK@ $1 && $send_volume_notif notify-send "Volume" -h int:value:"$(pactl get-sink-volume @DEFAULT_SINK@ | cut -d ' ' -f6 | cut -d '%' -f1)"