aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAge
* Fixes and improvementsYaroslav de la Peña Smirnov2022-11-20
| | | | | | | | * Limit the title length in 'runes' (visible utf-8 chars) instead of characters/bytes. * Don't limit title length in tooltip, that's what tooltips are for after all, to show more info. * Remove unneeded variables
* Add flag to limit the length of the titlenew-fmtYaroslav de la Peña Smirnov2022-11-20
|
* Make waybar-mpris more flexible customizableYaroslav de la Peña Smirnov2022-11-20
| | | | | | | | | | Instead of customizing by indicating just the order and using flags for other customization options (e.g. separator), read a C-like format string with tokens/verbs that are replaced with their respective information (e.g. `%a` for artist). Also made it possible to customize the tooltip. The principle is the same as with the module's text.
* mention repo in READMEHarvey Tindall2021-05-24
|
* add PLAYER to --order, remove binary from repoHarvey Tindall2021-05-16
| | | | also added more prominent download links to the readme.
* fix upload.py args for new versionHarvey Tindall2021-04-24
|
* add message on issuesHarvey Tindall2021-02-06
|
* update readme, mention AUR packageHarvey Tindall2021-01-16
|
* add drone/buildroneHarvey Tindall2021-01-15
|
* 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