mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Delete toggle_bluetooth
This commit is contained in:
parent
418e0f990e
commit
08bf73b53e
@ -1,8 +0,0 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
if [ $(bluetoothctl show | grep "Powered: yes" | wc -c) -eq 0 ]
|
||||
then
|
||||
bluetoothctl power on
|
||||
else
|
||||
bluetoothctl power off
|
||||
fi
|
||||
Loading…
x
Reference in New Issue
Block a user