dotfiles/de/home/.config/eww/scripts/bar/volume
2025-03-12 21:45:01 -07:00

5 lines
101 B
Bash
Executable file

#!/bin/bash
pactl subscribe | awk '/new/ && /sink-input/' while read -r event;do
echo "test"
done