mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02:00
mpdupdate fix?
This commit is contained in:
parent
2f2e45cbe4
commit
540c4dbb27
@ -1,8 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ "$(pgrep -x "$(basename "$0")" | wc -l)" -gt 2 ] && exit
|
||||
|
||||
while : ; do
|
||||
sleep 5 && while : ; do
|
||||
pgrep -x mpd || exit
|
||||
mpc idle > /dev/null
|
||||
pkill -RTMIN+11 i3blocks ;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user