diff --git a/i3blocks/bluetooth.sh b/i3blocks/bluetooth.sh index 5bbf680..02af983 100755 --- a/i3blocks/bluetooth.sh +++ b/i3blocks/bluetooth.sh @@ -11,7 +11,5 @@ if echo "$bluetooth_info" | grep -q "Connected: yes"; then echo "#50FA7B" # Green for connected else echo " Disconnected" - echo - echo "#FF5555" # Red for disconnected fi