mpd+ncmpcpp finalized
This commit is contained in:
parent
98ec30bd21
commit
d45f07e9b1
5 changed files with 593 additions and 5 deletions
|
@ -2,6 +2,11 @@
|
|||
|
||||
if [ -z "`pgrep -x $1`" ]; then
|
||||
$@ &
|
||||
if [ "$1" = mpd ]; then
|
||||
sleep 1
|
||||
mpd-mpris &
|
||||
mpd-rpc &
|
||||
fi
|
||||
notify-send $1 "is now enabled"
|
||||
else
|
||||
notify-send $1 "is now disabled"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue