Closed obfuscated-loop closed 10 months ago
The CPU script in this same directory will display as such on the i3status: 09% - while the memory status doesn't pad with a 0, so it'll look like this by default 9%. This fixes the script to pad with a 0 by default so the style is unified.
09%
0
9%
thanks for your Pull Request! I will check this in the next days.. i have one other on schedule already.. and will merge asap.
The CPU script in this same directory will display as such on the i3status:
09%
- while the memory status doesn't pad with a0
, so it'll look like this by default9%
. This fixes the script to pad with a0
by default so the style is unified.