mirror of
https://github.com/TECHNOFAB11/tmux2k.git
synced 2025-12-11 23:50:08 +01:00
feat: add padding
This commit is contained in:
parent
d87007c2d0
commit
0951fbca45
3 changed files with 9 additions and 10 deletions
|
|
@ -17,7 +17,7 @@ get_percent() {
|
|||
cpucores=$(sysctl -n hw.logicalcpu)
|
||||
cpuusage=$((cpuvalue / cpucores))
|
||||
percent="$cpuusage%"
|
||||
normalize_padding $percent
|
||||
normalize_padding "$percent"
|
||||
;;
|
||||
|
||||
CYGWIN* | MINGW32* | MSYS* | MINGW*) ;; # TODO - windows compatibility
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue