5 lines
118 B
Bash
Raw Normal View History

2023-01-05 02:33:42 +01:00
#!/bin/bash
get_volume=$(amixer | grep "%" | head -1 | cut -d "%" -f 1 | cut -d "[" -f 2)
echo "${get_volume}% "