2019-12-10 12:40:20 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
if [ "$(systemctl is-active bluetooth.service)" = "active" ]; then
|
2020-12-02 08:28:16 +00:00
|
|
|
echo ""
|
2019-12-10 12:40:20 +00:00
|
|
|
else
|
2020-12-02 08:28:16 +00:00
|
|
|
echo "%{F#666} %{F-}"
|
2019-12-10 12:40:20 +00:00
|
|
|
fi
|