5 lines
114 B
Bash
Raw Normal View History

2025-07-27 10:30:33 +02:00
#!/bin/bash
get_volume=$(amixer | grep "%" | head -1 | cut -d "%" -f 1 | cut -d "[" -f 2)
2025-08-08 12:47:45 +02:00
echo "${get_volume}% "