AnyBar icon indicating copy to clipboard operation
AnyBar copied to clipboard

Text status capability

Open ttscoff opened this issue 9 years ago • 5 comments

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 and set color name "none"

Fork is located here: https://github.com/ttscoff/AnyBar/

ttscoff avatar Apr 09 '15 17:04 ttscoff

+1 for this idea

Andrew565 avatar Apr 20 '15 19:04 Andrew565

+1. Having titles would be very useful.

msbritt avatar Apr 27 '15 13:04 msbritt

Love to have this to differentiate each anybar instance to an application.

raguay avatar May 06 '15 00:05 raguay

I'd like to see this too. :)

twe4ked avatar May 30 '15 02:05 twe4ked

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.

7Joe7 avatar Aug 30 '15 21:08 7Joe7