dotfiles/.local/bin/volmon
2024-06-23 06:44:57 -04:00

4 lines
91 B
Bash
Executable file

#!/bin/sh
wpctl get-volume @DEFAULT_AUDIO_SINK@ | awk '/Volume/ { print int($NF * 100) }'