summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2018-03-01 17:54:59 -0500
committerJune McEnroe <programble@gmail.com>2018-03-01 17:54:59 -0500
commit13ff37b0c37b6f0504ac45caf7fb2f35a5c68524 (patch)
tree85e633f2253160e34348d3a50cde367d23d6eb15 /home
parentUse memmove in pngo where needed (diff)
downloadsrc-13ff37b0c37b6f0504ac45caf7fb2f35a5c68524.tar.gz
src-13ff37b0c37b6f0504ac45caf7fb2f35a5c68524.zip
Use "Broken Gray" htop colors
Gray is broken on FreeBSD with TERM=xterm-256color...
Diffstat (limited to '')
-rw-r--r--home/.config/htop/htoprc2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.config/htop/htoprc b/home/.config/htop/htoprc
index f8c272a3..7a8cd8dc 100644
--- a/home/.config/htop/htoprc
+++ b/home/.config/htop/htoprc
@@ -18,7 +18,7 @@ detailed_cpu_time=0
 cpu_count_from_zero=0
 update_process_names=0
 account_guest_in_cpu_meter=0
-color_scheme=0
+color_scheme=6
 delay=15
 left_meters=AllCPUs Memory Swap 
 left_meter_modes=1 1 1 
ef='/torus/commit/explore.html?id=f4a050a8e39d3028d31ff57575bb4af32705f2fb&follow=1'>Add HOME button, ssh link, AGPL notice to exploreJune McEnroe 2019-01-06Add meta viewport to exploreJune McEnroe 2019-01-06Set background and max-width in exploreJune McEnroe 2019-01-06Swallow writes after the connection is closedJune McEnroe It was not okay. 2019-01-06Handle KCGI_HUPJune McEnroe I hope it's okay that I keep writing to the fwopen stream after streamWrite returns -1. 2019-01-06Install html filesJune McEnroe