tonsky / AnyBar

OS X menubar status indicator
Eclipse Public License 1.0
5.92k stars 159 forks source link

Custom colors, text messages, and custom template images #37

Open sfsam opened 9 years ago

sfsam commented 9 years ago

Similar to ttscoff's previous issue, I'm not making this a PR because my changes break compatibility with OS X 10.9. But I wanted to put this here in case it would be useful. Perhaps someday 10.9 compatibility won't be a requirement and these changes can be pulled?

I've made some changes to AnyBar to add

So you can do something like this:

echo -n "#ffcc33 Hello World" | nc -4u -w0 localhost 1738

Here is the fork: https://github.com/sfsam/AnyBar

danielbayerlein commented 9 years ago

:+1:

Restuta commented 9 years ago

@sfsam I think this is what releases are for and semantic versionning @tonsky can merge your pull request and bump major version specifying that it requires OSX 10.10+

Please consider this, so we have "all in one place tool".

dadleyy commented 8 years ago

edited: just realized @sfsam's fork is much better than mine, disregard.

Nice little app though. kudos kudos kudos