diff --git a/bin/statusbar b/bin/statusbar index a555747..241f545 100755 --- a/bin/statusbar +++ b/bin/statusbar @@ -27,7 +27,7 @@ esac SSHDSTATUS=$(systemctl is-active ssh) if [[ $SSHDSTATUS == "active" ]]; then - SSHWARN="🐧|" + SSHWARN="🐧" else SSHWARN="" fi