flakes/navi/laniakea/eww/get_volume.sh
2026-04-10 18:50:25 +03:00

2 lines
136 B
Bash
Executable file

#! /bin/sh
wpctl get-volume @DEFAULT_AUDIO_SINK@ | sed -r 's/Volume: //g' | xargs -n1 | awk '{print $1*100}' | xargs -n 1 echo "󰎇$1"