fyr
fyr
[I use the following script ](https://github.com/Wildefyr/bin/blob/master/bar) to make a border around my the main lemonbar instance, by launching another lemonbar instance before it so it is hidden below. [Example](http://pub.iotek.org/p/i0lVWFL.png).
No idea I'm afraid. I'm not familiar with the alogrithm behind binary space partitioning so I'd have to read up on it and I'm not sure how to implement it...
Hi @gmt4 Happy for the vast majority of changes to be merged minus the README and Makefile updates. If you could revert those and open a pull request I'll get...
How bizarre. I haven't run mpvc myself for a long time, but I should be jumping back on the linux bandwagon in a couple of weeks again. I'll take a...
I think I have been experiencing this myself, although to a lesser degree than shown in the video. mpvc keeps the input grabbed and only ^C returns control back to...
No I didn't at all! I think your tool looks interesting but I've always tried to design mpvc with the absolute minimum of tools to achieve tasks - I hadn't...
#20 same solution, observe_property next track, as soon as it is detected to change, run removeTrack.
Probably the best that can be done without adding the feature in mpv itself (which is unlikely) is a puesdo random where a number between 0 and playlist-count is picked...
This might tie into a playnext function I had in mind.. Looks like we're finally going to have to store a variable somewhere along with using observe_property to detect when...
Interesting! So for every new 'event' it outputs a single line of data telling you what has changed? Does mpc stay open on the terminal for this to happen?