From f5691d518a7a0107c6b075ce782f678580a47210 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 7 May 2021 10:27:13 +0200 Subject: Update htop meters to fit many-core systems --- gui/htop.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gui/htop.nix') diff --git a/gui/htop.nix b/gui/htop.nix index 2cb1602..0cf1cbf 100644 --- a/gui/htop.nix +++ b/gui/htop.nix @@ -9,5 +9,7 @@ highlightBaseName = true; hideThreads = true; hideUserlandThreads = true; + meters.left = [ "LeftCPUs4" "Memory" "Swap" ]; + meters.right = [ "RightCPUs4" "Tasks" "LoadAverage" "Uptime" ]; }; } -- cgit v1.2.3