aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAge
* move mpris2 component to separate moduleHarvey Tindall2021-01-07
| | | | I'll likely put it in a different repo as i'm thinking of writing a last.fm scrobbler and it'd be reused there.
* Run multiple instances by attaching to originalHarvey Tindall2020-09-28
| | | | | | 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.
* reflect new locationHarvey Tindall2020-08-27
|
* add position arg to readmeHarvey Tindall2020-08-26
|
* display browser name in tooltipHarvey Tindall2020-08-23
| | | | reads /proc/<pid>/cmdline directly instead of using a library.
* get rid of json annotationHarvey Tindall2020-08-22
| | | | it made the comments look ugly.
* center gifHarvey Tindall2020-08-22
|
* remote control via unix socketsHarvey Tindall2020-08-22
| | | | | | waybar-mpris --send will send commands to a currently running waybar-mpris instance. Players can be switched between and controlled individually. Also added gifs, more stuff to README.
* mention go getHarvey Tindall2020-08-22
|
* Add flags, executable and improve README.mdHarvey Tindall2020-08-22
|
* firstHarvey Tindall2020-08-21