Delete bluetooth

This commit is contained in:
Vlad Doster 2020-05-09 19:13:24 -05:00 committed by GitHub
parent 7a1ad90c42
commit 3f58b35ba4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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