Update waybar-bluetooth.5.scd

Remove the `status` from the `tooltip-format` example since it will
throw error. Related to #685
This commit is contained in:
Joshua Chapman 2021-01-31 11:33:17 +01:00
parent 69a366dced
commit 149c1c2f1b
No known key found for this signature in database
GPG Key ID: 1B3F6DE932083571
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ Addressed by *bluetooth*
"enabled": "",
"disabled": ""
},
"tooltip-format": "{status}"
"tooltip-format": "{}"
}
```