dotfiles/.local/bin/update_musicbar

6 lines
85 B
Plaintext
Raw Normal View History

2020-07-04 14:23:27 +02:00
#!/bin/sh
while true; do
2020-12-30 15:48:47 +01:00
mpc idle player > /dev/null
2023-10-12 15:12:12 +02:00
pkill -RTMIN+8 dwmblocks
done