Dotfiles/.config/eww/scripts/getvol

4 lines
78 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
2024-03-17 14:59:22 +00:00
wpctl get-volume @DEFAULT_AUDIO_SINK@ | awk '{print $2}'