| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
also added more prominent download links to the readme.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
reads /proc/<pid>/cmdline directly instead of using a library.
|
|
|
|
| |
it made the comments look ugly.
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|