waybar-mpris/go.mod
Harvey Tindall 5020e1c929
fix halt when player is removed
rewritten without goroutines or checking if processes exist and it seems
to work much better now.
2020-08-22 14:39:23 +01:00

6 lines
88 B
Modula-2

module github.com/hrfee/waybar-mpris
go 1.15
require github.com/godbus/dbus/v5 v5.0.3