Dotfiles/desktopenvs/hyprland/eww-nobattery/scripts/getvol

6 lines
121 B
Bash
Executable File

#!/bin/sh
perc=$(pactl get-sink-volume @DEFAULT_SINK@ | awk -F/ '{print $2}' | xargs)
num=$(echo ${perc::-1})
echo $num