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
When using the bluetooth example in the Man page I get the following error: [error] bluetooth: argument not found
[error] bluetooth: argument not found
No extra info in debug or trace log levels.
The text was updated successfully, but these errors were encountered:
What's your config file?
Sorry, something went wrong.
Even with a barebone config I get the error: `// vim:ft=json { "layer": "top", "height": 22, "position": "top",
"modules-center": ["bluetooth"], "bluetooth": { "interval": 30, "format": "{icon}", "format-alt": "bluetooth: {status}", "format-icons": { "enabled": "", "disabled": "" }, "tooltip-format": "{status}" }
} `
Your problem seems to be the tooltip-format, the status arg doest exist, you must use {} It'll be fixed soon otherwise
{}
No branches or pull requests
When using the bluetooth example in the Man page I get the following error:
[error] bluetooth: argument not found
No extra info in debug or trace log levels.
The text was updated successfully, but these errors were encountered: