diff options
author | Harvey Tindall <hrfee@protonmail.ch> | 2020-08-26 22:10:36 +0100 |
---|---|---|
committer | Harvey Tindall <hrfee@protonmail.ch> | 2020-08-26 22:10:36 +0100 |
commit | 8177e5dec9a272c607be90fb1bf02f7f0eb0b64e (patch) | |
tree | 69431b18d5d502fcbf24c3d3701e7d59aa8305f5 /go.sum | |
parent | 08ebaa5525e4ca01ac19b8c1ce0fa7e481986321 (diff) | |
download | waybar-mpris-8177e5dec9a272c607be90fb1bf02f7f0eb0b64e.tar.gz waybar-mpris-8177e5dec9a272c607be90fb1bf02f7f0eb0b64e.zip |
optionally display track position
with the --position flag, the position is grabbed every second and
outputted. Nothing else is refreshed.
Diffstat (limited to 'go.sum')
-rw-r--r-- | go.sum | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,4 +1,3 @@ -github.com/godbus/dbus v4.1.0+incompatible h1:WqqLRTsQic3apZUK9qC5sGNfXthmPXzUZ7nQPrNITa4= github.com/godbus/dbus/v5 v5.0.3 h1:ZqHaoEF7TBzh4jzPmqVhE/5A1z9of6orkAe5uHoAeME= github.com/godbus/dbus/v5 v5.0.3/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA= github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= |