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

5 lines
103 B
Bash
Executable file

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