Skip to content

Commit

Permalink
i think this'll sorta work for full charge, will check in an hour lol
Browse files Browse the repository at this point in the history
  • Loading branch information
holman committed Dec 15, 2016
1 parent 28c59ab commit 26e2543
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/battery-status
Expand Up @@ -25,4 +25,9 @@ then
time_left='⌛️ '
fi

if [[ $time_left == *"0:00"* ]]
then
time_left='⚡️ '
fi

printf "\033[1;92m$emoji $time_left \033[0m"

0 comments on commit 26e2543

Please sign in to comment.