| Commit message (Collapse) | Author | Age |
|
|
|
| |
this way /tmp/waybar-mpris.out won't get filled up.
|
|
|
|
|
|
| |
fixes error caused by spotify returning a uint64 rather than int64 track
length. Also note spotify doesn't return a position so it is not
displayed.
|
| |
|
|
|
|
| |
now at github.com/hrfee/mpris2client.
|
| |
|
|
|
|
|
|
| |
Fixes #1. When another instance is detected, a command is sent over the
socket for the original to write to stdout and to a temporary file, which is then
tailed by the new instance. Can be overridden with --replace.
|
|
|
|
|
| |
with the --position flag, the position is grabbed every second and
outputted. Nothing else is refreshed.
|
| |
|
|
|
|
|
| |
rewritten without goroutines or checking if processes exist and it seems
to work much better now.
|
|
|