3 lines
113 B
Bash
Executable File
3 lines
113 B
Bash
Executable File
#!/usr/bin/env sh
|
|
wpctl inspect @DEFAULT_SINK@ | grep -E "^ +\* node\.description" | cut -d' ' -f6- | tr -d '"'
|