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
Hello,
I'm trying to write my plugin with variables. I copied the code from https://xbarapp.com/docs/2021/03/14/variables-in-xbar.html, but this didn't work...
My plugin ~/Library/Application Support/xbar/plugins/hello.10m.sh is below:
~/Library/Application Support/xbar/plugins/hello.10m.sh
#!/bin/bash # <xbar.var>string(VAR_NAME="World"): Your name.</xbar.var> echo "Hello, ${VAR_NAME}"
The output on the menubar is only "Hello,", as this screenshot (I added annotations).
It was not changed after refresh.
Do I need any other settings to use variables?
Version: macOS 11.2.3, xbar v2.0.33-beta
The text was updated successfully, but these errors were encountered:
@kawarimidoll The UI is broken... fixing now...
Sorry, something went wrong.
fixed bug where vars weren't editable in the UI #668 #655
54ab069
@kawarimidoll please try the latest release, this should be fixed now.
It works! Thank you for the quick fix 😄
No branches or pull requests
Hello,
I'm trying to write my plugin with variables.
I copied the code from https://xbarapp.com/docs/2021/03/14/variables-in-xbar.html, but this didn't work...
My plugin
~/Library/Application Support/xbar/plugins/hello.10m.sh
is below:The output on the menubar is only "Hello,", as this screenshot (I added annotations).
It was not changed after refresh.
Do I need any other settings to use variables?
Version: macOS 11.2.3, xbar v2.0.33-beta
The text was updated successfully, but these errors were encountered: