3 lines
88 B
Text
3 lines
88 B
Text
|
#!/bin/sh
|
||
|
playerctl status -F | (while read -r _; do pkill -RTMIN+11 dwmblocks; done;)
|