From 3f58b35ba447d0ef050a3d1451e28fc7554c3c22 Mon Sep 17 00:00:00 2001 From: Vlad Doster Date: Sat, 9 May 2020 19:13:24 -0500 Subject: [PATCH] Delete bluetooth --- .local/bin/polybar_scripts/bluetooth | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 .local/bin/polybar_scripts/bluetooth diff --git a/.local/bin/polybar_scripts/bluetooth b/.local/bin/polybar_scripts/bluetooth deleted file mode 100755 index 2b12a462..00000000 --- a/.local/bin/polybar_scripts/bluetooth +++ /dev/null @@ -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 -