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