We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Monterey 12.6.7 here, xbar 2.1.7-beta. I have the following code:
echo "Admin requests: $CNT | href=https://url | color=red"
It displays correctly:
But when I click on it, the browser doesn't open, and instead I get the xbar menu:
Bug?
The text was updated successfully, but these errors were encountered:
It's currently not possible to have an action happen when you click the menu bar icon. You have to add a menu entry to do this:
echo "Admin requests: $CNT" echo "---" echo "Open url | href=https://url"
Related: #910
Sorry, something went wrong.
No branches or pull requests
Monterey 12.6.7 here, xbar 2.1.7-beta.
I have the following code:
It displays correctly:
But when I click on it, the browser doesn't open, and instead I get the xbar menu:
Bug?
The text was updated successfully, but these errors were encountered: