]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - htoprc.in
zsh/rc: load ~/.zsh/env.update before each prompt
[config/dotfiles.git] / htoprc.in
index 58a8749a6e5b86fc6a375140eb34aab90943a9a5..e08fc1486df2f85b367b32f6dafe78c44313fc4c 100644 (file)
--- a/htoprc.in
+++ b/htoprc.in
@@ -1,6 +1,10 @@
 # htop configuration file.
 
-# Copyright (C) 2011-2013  Simon Ruderich
+# Useful mappings:
+#
+# Use \ to limit to only matching processes (like l in mutt). _Very_ useful.
+
+# Copyright (C) 2011-2014  Simon Ruderich
 #
 # This file is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -49,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 (Hostname)
+#
+# 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