mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
8 lines
130 B
Bash
8 lines
130 B
Bash
#!/bin/sh
|
|
|
|
if [ "$(systemctl is-active bluetooth.service)" = "active" ]; then
|
|
echo ""
|
|
else
|
|
echo "%{F#666} %{F-}"
|
|
fi
|