4 lines
82 B
Bash
Executable file
4 lines
82 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
wpctl get-volume @DEFAULT_AUDIO_SINK@ | awk '{print $2*100}'
|