This package contains a minor mode and several simple to use modules that display various system stats directly in Emacs mode-line.
Read our wiki for additional information about mode-line-stats
.
Copy all the .el
files into a directory in your Emacs load-path
(such as .emacs.d/site-lisp/
) and optionally byte-compile-file
them.
Add the following into your ~/.emacs startup file:
(require 'mode-line-stats)
(mode-line-stats-mode)
You can toggle the primary and secondary formats with C-º
.