Camille TJHOA
Camille TJHOA
https://github.com/meitham/vim-spacemacs
Hi, I don't officially support neovim. I suggest you to take a look at https://github.com/liuchengxu/space-vim which support neovim. If I have time I will take a look at it.
There is also https://github.com/SpaceVim/SpaceVim
Documentation is missing. However, I'm ok with your solution but I will wait on https://github.com/tmux-plugins/tmux-battery/pull/103 decision before merging.
I'm not sure if this is something related to `tmux-cpu` or if this is something related to `tpm` or `tmux` in general. Have you try the same thing with [tmux-plugins/tmux-battery](https://github.com/tmux-plugins/tmux-battery)?
``` ctjhoa@cl-mackbook ~ % time .tmux/plugins/tmux-cpu/scripts/cpu_percentage.sh 8.3% .tmux/plugins/tmux-cpu/scripts/cpu_percentage.sh 0.00s user 0.00s system 0% cpu 1.007 total ``` As you can see get cpu percentage is very slow because you can...
In theory, it should be something like this: ``` 0 1 5 6 10 start-interval start-interval |------------------------------------------------------------------------------->|------------------------------------------------------------------------------->| start-cpu end-cpu start-cpu end-cpu |----------------> |----------------> ```
From linux `iostat` man page: > The first report generated by the iostat command provides statistics concerning the time since the system was booted so I cannot use the first...
Same from BSD `iostat` man page: > The first statistics that are printed are averaged over the system uptime.
@lonix1 iostat versions are very different across OSes and even depending on the version used. If you really care about the update frequency of your status bar, an alternative could...