1
0
Fork 0
dotfiles/.local/bin/daemons/sbd-playerctl
2023-02-07 17:20:53 +01:00

2 lines
86 B
Bash
Executable file

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