mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
feat: added spacing to bluetooth icon
This commit is contained in:
parent
613125c2ba
commit
69346a9911
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
if [ "$(systemctl is-active bluetooth.service)" = "active" ]; then
|
if [ "$(systemctl is-active bluetooth.service)" = "active" ]; then
|
||||||
echo ""
|
echo ""
|
||||||
else
|
else
|
||||||
echo "%{F#666}%{F-}"
|
echo "%{F#666} %{F-}"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user