SwayOSD icon indicating copy to clipboard operation
SwayOSD copied to clipboard

add rfkill kill switch support

Open jlo62 opened this issue 1 year ago • 0 comments

Hi, it would be great to have a osd when I toggle wifi/bluetooth.

This would simply need to run:

rfkill block [identifier]
rfkill unblock [identifier]
rfkill toggle [identifier]

[identifier] can be àll, wlan, bluetooth` or a number or string associated with a specific device.
[identifier] would be added as a command line argument.

As far as I know rfkill should be available for all users by default, so this wouldn't need root.

btw - great project, been looking for something like this for a while!

- Jan Luca

jlo62 avatar Aug 06 '24 09:08 jlo62