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

5 lines
87 B
Plaintext
Raw Normal View History

2023-02-06 22:22:50 +01:00
#!/bin/sh
2023-02-27 09:34:11 +01:00
playerctl status -F | while read -r _; do
pkill -RTMIN+11 dwmblocks
done