mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
changes requested
This commit is contained in:
@ -3,7 +3,6 @@
|
||||
#include <sys/eventfd.h>
|
||||
#include <fstream>
|
||||
#include <cassert>
|
||||
#include <linux/rfkill.h>
|
||||
#include "util/format.hpp"
|
||||
#include "util/rfkill.hpp"
|
||||
|
||||
|
@ -78,6 +78,6 @@ void waybar::util::Rfkill::waitForEvent() {
|
||||
}
|
||||
|
||||
|
||||
int waybar::util::Rfkill::getState() const {
|
||||
bool waybar::util::Rfkill::getState() const {
|
||||
return state_;
|
||||
}
|
||||
|
Reference in New Issue
Block a user