athul / waka-readme

Wakatime Weekly Metrics on your Profile Readme.
https://github.com/athul
MIT License
1.56k stars 302 forks source link

Insert space at the end of each line for text centering #29

Closed RyuaNerin closed 4 years ago

RyuaNerin commented 4 years ago

There was a problem with the text when centering.

```txt Go 23 hrs 59 mins █████████████████████░░░░ 84.67 % Markdown 1 hr 19 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 04.65 % Python 53 mins ░░░░░░░░░░░░░░░░░░░░░░░░░ 03.12 % C 46 mins ░░░░░░░░░░░░░░░░░░░░░░░░░ 02.71 % C# 36 mins ░░░░░░░░░░░░░░░░░░░░░░░░░ 02.16 % ```

So, I put a space at the end of each line to align the text.

```txt Go 23 hrs 59 mins █████████████████████░░░░ 84.67 % Markdown 1 hr 19 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 04.65 % Python 53 mins ░░░░░░░░░░░░░░░░░░░░░░░░░ 03.12 % C 46 mins ░░░░░░░░░░░░░░░░░░░░░░░░░ 02.71 % C# 36 mins ░░░░░░░░░░░░░░░░░░░░░░░░░ 02.16 % ```