eww: improve getSink.sh
This commit is contained in:
parent
0a53c6933e
commit
1cf86b8bd0
@ -1,2 +1,2 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
wpctl inspect @DEFAULT_SINK@ | rg "node.description" | cut -d' ' -f6-
|
wpctl inspect @DEFAULT_SINK@ | grep -E "^ +\* node\.description" | cut -d' ' -f6- | tr -d '"'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user