You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One thing I would love to see though would be a way to set the initial color of the dot. Maybe there is even already something like this implemented?
Asking because calling open -na Anybar && echo -n "green" | nc -4u -w0 localhost 1738 does not set the color of the dot to green, I think because open in itself operates in the background.
One could insert a sleep 0.5s like this: open -na Anybar && sleep 0.5s && echo -n "green" | nc -4u -w0 localhost 1738 but it flickers the dot color because it is set to white initially.
I think something like ANYBAR_INITIAL_COLOR would be amazing!
The text was updated successfully, but these errors were encountered:
I really like AnyBar, good job 👍
One thing I would love to see though would be a way to set the initial color of the dot. Maybe there is even already something like this implemented?
Asking because calling
open -na Anybar && echo -n "green" | nc -4u -w0 localhost 1738
does not set the color of the dot to green, I think becauseopen
in itself operates in the background.One could insert a
sleep 0.5s
like this:open -na Anybar && sleep 0.5s && echo -n "green" | nc -4u -w0 localhost 1738
but it flickers the dot color because it is set to white initially.I think something like
ANYBAR_INITIAL_COLOR
would be amazing!The text was updated successfully, but these errors were encountered: