From 5dbfd697d6e243940aba06c407347f45c283eec8 Mon Sep 17 00:00:00 2001 From: Krzysztof Rudnicki Date: Fri, 15 Nov 2024 12:19:50 +0100 Subject: [PATCH] fix: bluetooth script no longer shows red if no bluetooth connection --- i3blocks/bluetooth.sh | 2 -- 1 file changed, 2 deletions(-) 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