Skip to content
New issue

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

Bluetooth module error #685

Closed
DiegoGuidaF opened this issue Apr 28, 2020 · 3 comments
Closed

Bluetooth module error #685

DiegoGuidaF opened this issue Apr 28, 2020 · 3 comments
Labels
question Further information is requested

Comments

@DiegoGuidaF
Copy link

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.

@Alexays
Copy link
Owner

Alexays commented May 1, 2020

What's your config file?

@Alexays Alexays added the question Further information is requested label May 1, 2020
@DiegoGuidaF
Copy link
Author

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}"
}

}
`

@Alexays
Copy link
Owner

Alexays commented May 2, 2020

Your problem seems to be the tooltip-format, the status arg doest exist, you must use {}
It'll be fixed soon otherwise

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants