mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
bluetooth module working
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
#include <fcntl.h>
|
||||
#include <cerrno>
|
||||
|
||||
bool waybar::util::isDisabled(enum rfkill_type rfkill_type) {
|
||||
bool waybar::util::rfkill::isDisabled(enum rfkill_type rfkill_type) {
|
||||
struct rfkill_event event;
|
||||
ssize_t len;
|
||||
int fd;
|
||||
|
Reference in New Issue
Block a user