mirror of
https://github.com/kuhyx/scripts.git
synced 2026-07-04 15:23:11 +02:00
fix: bluetooth script no longer shows red if no bluetooth connection
This commit is contained in:
parent
1e3e70cfe8
commit
5dbfd697d6
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user