mirror of
https://github.com/rad4day/Waybar.git
synced 2025-09-16 07:22:32 +02:00
Handle screens disconnection (#29)
This commit is contained in:
@@ -14,6 +14,7 @@ namespace waybar::modules {
|
||||
class Network : public ALabel {
|
||||
public:
|
||||
Network(Json::Value);
|
||||
~Network();
|
||||
auto update() -> void;
|
||||
private:
|
||||
static uint64_t netlinkRequest(int, void*, uint32_t, uint32_t groups = 0);
|
||||
|
Reference in New Issue
Block a user