3 lines
88 B
Bash
Executable File
3 lines
88 B
Bash
Executable File
#!/usr/bin/env sh
|
|
wpctl inspect @DEFAULT_SINK@ | rg "node.description" | cut -d' ' -f6-
|