From: Simon Ruderich Date: Mon, 15 Sep 2014 22:59:42 +0000 (+0200) Subject: htoprc: add meters config X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=ef5ed5972882ac0101310f22a01f93662248ef7f;p=config%2Fdotfiles.git htoprc: add meters config --- diff --git a/htoprc.in b/htoprc.in index b59f299..7cb7019 100644 --- a/htoprc.in +++ b/htoprc.in @@ -53,4 +53,21 @@ highlight_threads=1 # Display detailed CPU information, including IO-Wait. detailed_cpu_time=1 +# Display the following meters. +# +# left: - first part of CPU usage, bar (LeftCPUs) +# - memory usage, bar (Memory) +# - swap usage, bar (Swap) +# - hostname, text (Swap) +# +# right: - second part of CPU usage, bar (RightCPUs) +# - task statistics, text (Tasks) +# - load average, text (LoadAverage) +# - uptime, text (Uptime) +# +left_meters=LeftCPUs Memory Swap Hostname +left_meter_modes=1 1 1 2 +right_meters=RightCPUs Tasks LoadAverage Uptime +right_meter_modes=1 2 2 2 + # vim: ft=cfg