mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-12 06:02:30 +02:00
add man page for bluetooth, fix bluetooth race-condition
This commit is contained in:
@ -18,6 +18,7 @@ class Bluetooth : public ALabel {
|
||||
private:
|
||||
std::string status_;
|
||||
util::SleeperThread thread_;
|
||||
util::SleeperThread intervall_thread_;
|
||||
|
||||
util::Rfkill rfkill_;
|
||||
};
|
||||
|
Reference in New Issue
Block a user