mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-15 17:47:09 +00:00
c7fa36a5f2
I've added $memwithbuffers to complement $mem, $memeasyfree, etc. This variable indicates the used system memory, regardless of buffers/caches. If the "no_buffers" option is set to "no", it will be the same as $mem. The reason I find this change useful is that I like to display both the total used system memory and the memory being used by applications. I've also included a memwithbuffersbar, which is the same as membar except that it uses $memwithbuffers as the size instead of $mem. Signed-off-by: Pavel Labath <pavelo@centrum.sk> |
||
---|---|---|
.. | ||
ftdetect | ||
syntax | ||
README |
Vim filetype detection and syntax highlighting scripts for conky. Individual users can place them your personal .vim directory: ~/.vim/ftdetect/conkyrc.vim ~/.vim/syntax/conkyrc.vim Refer to your vim site documentation for system-wide installation.