Files
SDG-Qtile/qtile/scripts/volume.sh
T
2026-06-12 08:05:48 +02:00

6 lines
117 B
Bash
Executable File

#!/usr/bin/env bash
volume=`wpctl get-volume @DEFAULT_AUDIO_SINK@ | awk '{v = $2; print (v*100)"%"}'`
echo $volume