refactor: remove wlroots dependency

This commit is contained in:
Alex
2019-05-20 09:48:57 +02:00
parent 913d0f7ad0
commit 03e43fb31d
3 changed files with 2 additions and 3 deletions

View File

@ -593,6 +593,7 @@ int waybar::modules::Network::handleEvents(struct nl_msg *msg, void *data) {
}
// Check for valid interface
if (rtif->ifi_index == net->ifid_) {
net->linked_ = true;
// Get Iface and WIFI info
net->getInterfaceAddress();
net->thread_timer_.wake_up();