6 lines
136 B
Bash
Executable File
6 lines
136 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
VOL=$(wpctl get-volume @DEFAULT_SINK@ | awk -F ": " '{print $2}' | sed 's/1\./1/g' | sed 's/0\.//g')
|
|
|
|
echo -n $VOL
|