mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-20 01:42:38 +02: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