mirror of
https://github.com/artizirk/dotfiles.git
synced 2025-12-20 16:46:47 +02:00
Switch from tvolnoti to swayosd
This commit is contained in:
@@ -4,7 +4,7 @@ pactl subscribe | grep --line-buffered "sink" |
|
||||
while read; do
|
||||
VOL=$(amixer get Master | grep -Po "[0-9]+(?=%)" | tail -1)
|
||||
if [[ $VOL != $OLD_VOL ]]; then
|
||||
tvolnoti-show $VOL
|
||||
swayosd-client --output-volume=+0
|
||||
OLD_VOL=$VOL
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user