docs: update + add experimental section

This commit is contained in:
Daan Goossens
2022-05-06 16:17:11 +02:00
parent 954bed3f5e
commit 733fb8c62a
2 changed files with 47 additions and 41 deletions

View File

@ -40,7 +40,7 @@ class Bluetooth : public ALabel {
bool blocked;
bool connected;
bool services_resolved;
// TODO: make experimental in waybar as it is also a experimental feature in bluez
// NOTE: experimental feature in bluez
std::optional<unsigned char> battery_percentage;
};