1
0
Fork 0
dotfiles/.local/libexec/daemons/sbd-playerctl

5 lines
84 B
Bash
Executable File

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