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