use external mpris2client lib

now at github.com/hrfee/mpris2client.
This commit is contained in:
2021-01-08 00:54:34 +00:00
parent 233b5dd1ca
commit 937769e2f7
7 changed files with 4 additions and 377 deletions

View File

@@ -11,9 +11,9 @@ import (
"strings"
"time"
mpris2 "git.hrfee.pw/hrfee/waybar-mpris/mpris2client"
"github.com/godbus/dbus/v5"
"github.com/hpcloud/tail"
mpris2 "github.com/hrfee/mpris2client"
flag "github.com/spf13/pflag"
)