1
0
Fork 0
dotfiles/.local/bin/daemons/sbd-playerctl
2023-02-27 09:34:11 +01:00

4 lines
87 B
Bash
Executable file

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