File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 996996# --- fidgetflo CHECK ---
997997fidgetflo=""
998998if pgrep -f "fidgetflo.*mcp" >/dev/null 2>&1 || pgrep -f "fidgetflo/bin/cli" >/dev/null 2>&1 || pgrep -f "fidgetflo" >/dev/null 2>&1; then
999- fidgetflo="⚡️ fidgetflo "
999+ fidgetflo="⚡️fidgetflo "
10001000fi
10011001
10021002# --- SWARM CHECK (only shows when actively running) ---
@@ -1085,7 +1085,7 @@ seg=$(usage_seg "7d" "$U7"); [ -n "$seg" ] && { [ -n "$USAGE" ] && USAGE="$USAGE
10851085# --- BUILD THE LINE ---
10861086PARTS=""
10871087if [ -n "$BRAIN" ] && [ -n "$fidgetflo" ]; then
1088- PARTS="${BRAIN} + ${fidgetflo}"
1088+ PARTS="${BRAIN} • ${fidgetflo}"
10891089elif [ -n "$BRAIN" ]; then
10901090 PARTS="${BRAIN}"
10911091elif [ -n "$fidgetflo" ]; then
Original file line number Diff line number Diff line change 120120# --- fidgetflo CHECK ---
121121fidgetflo=""
122122if pgrep -f "fidgetflo.*mcp" >/dev/null 2>&1 || pgrep -f "fidgetflo/bin/cli" >/dev/null 2>&1 || pgrep -f "fidgetflo" >/dev/null 2>&1; then
123- fidgetflo="⚡️ fidgetflo "
123+ fidgetflo="⚡️fidgetflo "
124124fi
125125
126126# --- SWARM CHECK (only shows when actively running) ---
@@ -209,7 +209,7 @@ seg=$(usage_seg "7d" "$U7"); [ -n "$seg" ] && { [ -n "$USAGE" ] && USAGE="$USAGE
209209# --- BUILD THE LINE ---
210210PARTS=""
211211if [ -n "$BRAIN" ] && [ -n "$fidgetflo" ]; then
212- PARTS="${BRAIN} + ${fidgetflo}"
212+ PARTS="${BRAIN} • ${fidgetflo}"
213213elif [ -n "$BRAIN" ]; then
214214 PARTS="${BRAIN}"
215215elif [ -n "$fidgetflo" ]; then
Original file line number Diff line number Diff line change 4646# --- fidgetflo CHECK ---
4747fidgetflo=" "
4848if pgrep -f " fidgetflo.*mcp" > /dev/null 2>&1 || pgrep -f " fidgetflo/bin/cli" > /dev/null 2>&1 || pgrep -f " fidgetflo" > /dev/null 2>&1 ; then
49- fidgetflo=" ⚡️ fidgetflo "
49+ fidgetflo=" ⚡️fidgetflo "
5050fi
5151
5252# --- SWARM CHECK (only shows when actively running) ---
@@ -135,7 +135,7 @@ seg=$(usage_seg "7d" "$U7"); [ -n "$seg" ] && { [ -n "$USAGE" ] && USAGE="$USAGE
135135# --- BUILD THE LINE ---
136136PARTS=" "
137137if [ -n " $BRAIN " ] && [ -n " $fidgetflo " ]; then
138- PARTS=" ${BRAIN} + ${fidgetflo} "
138+ PARTS=" ${BRAIN} • ${fidgetflo} "
139139elif [ -n " $BRAIN " ]; then
140140 PARTS=" ${BRAIN} "
141141elif [ -n " $fidgetflo " ]; then
You can’t perform that action at this time.
0 commit comments