mirror of
https://github.com/rad4day/Waybar.git
synced 2025-11-08 11:22:36 +01:00
refactor: format && better output management
This commit is contained in:
@@ -21,7 +21,7 @@ class Network : public ALabel {
|
||||
auto update() -> void;
|
||||
private:
|
||||
static const uint8_t MAX_RETRY = 5;
|
||||
static const uint8_t EPOLL_MAX = 255;
|
||||
static const uint8_t EPOLL_MAX = 200;
|
||||
|
||||
static int handleEvents(struct nl_msg*, void*);
|
||||
static int handleScan(struct nl_msg*, void*);
|
||||
|
||||
Reference in New Issue
Block a user