Updated zmoji theme and battery theme.

This commit is contained in:
Sean Carolan 2014-03-03 18:12:24 -05:00
commit d9b16fe2b2
2 changed files with 2 additions and 14 deletions

View file

@ -146,5 +146,3 @@ function battery_level_gauge() {
[[ $filled -lt $gauge_slots ]] && printf ${empty_symbol//\%/\%\%}'%.0s' {1..$empty}
printf ${color_reset//\%/\%\%}${battery_suffix//\%/\%\%}${color_reset//\%/\%\%}
}