summary refs log tree commit diff
path: root/home/.config/htop/htoprc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-12-29 03:02:16 -0500
committerJune McEnroe <june@causal.agency>2018-12-29 03:02:16 -0500
commit712579048d31fd387e3474ffc73fd1d9be5bba50 (patch)
tree359b169a7b9d69791d720c46beb286b7b3716e21 /home/.config/htop/htoprc
parentAdd Daughters — You Won't Get What You Want (diff)
downloadsrc-712579048d31fd387e3474ffc73fd1d9be5bba50.tar.gz
src-712579048d31fd387e3474ffc73fd1d9be5bba50.zip
Simplify htop display
Diffstat (limited to 'home/.config/htop/htoprc')
-rw-r--r--home/.config/htop/htoprc10
1 files changed, 5 insertions, 5 deletions
diff --git a/home/.config/htop/htoprc b/home/.config/htop/htoprc
index 44e1fcc8..beb3031e 100644
--- a/home/.config/htop/htoprc
+++ b/home/.config/htop/htoprc
@@ -1,6 +1,6 @@
 # Beware! This file is rewritten by htop when settings are changed in the interface.
 # The parser is also very primitive, and not human-friendly.
-fields=0 48 17 18 39 2 46 47 49 1
+fields=0 48 39 2 46 49 1 
 sort_key=47
 sort_direction=1
 hide_threads=0
@@ -20,7 +20,7 @@ update_process_names=0
 account_guest_in_cpu_meter=0
 color_scheme=0
 delay=15
-left_meters=AllCPUs Memory Swap
-left_meter_modes=1 1 1
-right_meters=Tasks LoadAverage Uptime
-right_meter_modes=2 2 2
+left_meters=AllCPUs2 
+left_meter_modes=1 
+right_meters=Memory Swap 
+right_meter_modes=1 1 
en_filterJohn Keeping 2014-01-12ui-snapshot: set unused cgit_filter fields to zeroJohn Keeping 2014-01-12html: remove redundant htmlfd variableJohn Keeping 2014-01-12tests: add Valgrind supportJohn Keeping 2014-01-12cache: don't leave cache_slot fields uninitializedJohn Keeping 2014-01-10filter: split filter functions into their own fileJason A. Donenfeld 2014-01-10filter: make exit status localJason A. Donenfeld 2014-01-10parsing: fix header typoJason A. Donenfeld 2014-01-10cgit.c: Fix comment on bit mask hackLukas Fleischer 2014-01-10cgit.c: Use "else" for mutually exclusive branchesLukas Fleischer 2014-01-10ui-snapshot.c: Do not reinvent suffixcmp()Lukas Fleischer 2014-01-10Refactor cgit_parse_snapshots_mask()Lukas Fleischer 2014-01-10Disallow use of undocumented snapshot delimitersLukas Fleischer 2014-01-10Replace most uses of strncmp() with prefixcmp()Lukas Fleischer 2014-01-09README: Fix dependenciesLukas Fleischer 2014-01-08README: Spelling and formatting fixesLukas Fleischer 2014-01-08Fix UTF-8 with syntax-highlighting.pyPřemysl Janouch 2014-01-08Add a suggestion to the manpagePřemysl Janouch 2014-01-08Fix the example configurationPřemysl Janouch 2014-01-08Fix about-formatting.shPřemysl Janouch 2014-01-08Fix some spelling errorsPřemysl Janouch 2014-01-08filters: highlight.sh: add css comments for highlight 2.6 and 3.8Ferry Huberts