diff options
author | Harvey Tindall <hrfee@protonmail.ch> | 2021-01-08 00:54:34 +0000 |
---|---|---|
committer | Harvey Tindall <hrfee@protonmail.ch> | 2021-01-08 00:54:34 +0000 |
commit | 937769e2f706600d87ed37580fda08456a6df9d9 (patch) | |
tree | c9a7fba2102482f7fc551dd14b18bf106f6a862d /main.go | |
parent | 233b5dd1ca729522d1bca27ba73348c45754c9a0 (diff) | |
download | waybar-mpris-937769e2f706600d87ed37580fda08456a6df9d9.tar.gz waybar-mpris-937769e2f706600d87ed37580fda08456a6df9d9.zip |
use external mpris2client lib
now at github.com/hrfee/mpris2client.
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ) |