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