diff options
author | June McEnroe <june@causal.agency> | 2018-08-06 12:13:58 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-08-06 12:13:58 -0400 |
commit | 93ce9a9771cc5680c9a53f4028ddf4cd37cd50be (patch) | |
tree | d10cda28fd0ad229594f6dc110475a0c54790bd3 /home | |
parent | Use 16-color palette in colorscheme (diff) | |
download | src-93ce9a9771cc5680c9a53f4028ddf4cd37cd50be.tar.gz src-93ce9a9771cc5680c9a53f4028ddf4cd37cd50be.zip |
Update htoprc from new htop version
Someone removed the trailing whitespace, I guess.
Diffstat (limited to '')
-rw-r--r-- | home/.config/htop/htoprc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/home/.config/htop/htoprc b/home/.config/htop/htoprc index f8c272a3..44e1fcc8 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 17 18 39 2 46 47 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=AllCPUs Memory Swap +left_meter_modes=1 1 1 +right_meters=Tasks LoadAverage Uptime +right_meter_modes=2 2 2 |