mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Delete bluetooth
This commit is contained in:
parent
7a1ad90c42
commit
3f58b35ba4
@ -1,13 +0,0 @@
|
|||||||
#!/usr/bin/env sh
|
|
||||||
|
|
||||||
if [ $(bluetoothctl show | grep "Powered: yes" | wc -c) -eq 0 ]
|
|
||||||
then
|
|
||||||
echo "%{F#66ffffff}"
|
|
||||||
else
|
|
||||||
if [ $(echo info | bluetoothctl | grep 'Device' | wc -c) -eq 0 ]
|
|
||||||
then
|
|
||||||
echo ""
|
|
||||||
fi
|
|
||||||
echo "%{F#2193ff}"
|
|
||||||
fi
|
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user