Skip to content

Commit

Permalink
Merge pull request #2263 from seefood/ira/shellcheck_fix
Browse files Browse the repository at this point in the history
fix the shellcheck lint test for Brainy theme
  • Loading branch information
seefood authored Nov 5, 2024
2 parents d985e4c + fa6b492 commit d49c51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/brainy/brainy.theme.bash
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ ___brainy_prompt_battery() {
box="[|]"
ac_adapter_connected && charging="+"
ac_adapter_disconnected && charging="-"
info+=$charging
info+="$charging"
[ "$info" == "100+" ] && info="AC"
printf "%s|%s|%s|%s" "${color}" "${info}" "${bold_white}" "${box}"
}
Expand Down

0 comments on commit d49c51a

Please sign in to comment.