AnyBar
AnyBar copied to clipboard
Text status capability
I'm not going to put a full PR on this commit because I made some changes to default behavior, but if you're interested in gleaning/repurposing anything, let me know. I can revert the default changes and issue an actual PR if you'd like.
Short version:
- adds a setTitle method to change text in the status bar
- UDP processor looks for a color name in first word of a multi-word string
- if found, it uses it and removes it from the string
- remaining text is used as the status bar text
- adds a "none" color name to remove the icon
- AppleScript command
set title
andset color name "none"
Fork is located here: https://github.com/ttscoff/AnyBar/
+1 for this idea
+1. Having titles would be very useful.
Love to have this to differentiate each anybar instance to an application.
I'd like to see this too. :)
Hi, I have added titles into the menu of AnyBar and made the ordering of menu strict (first is title, second is port and third is quit option). See here: https://github.com/7Joe7/AnyBar. Otherwise there are no changes.