aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gui/htop.nix2
1 files changed, 2 insertions, 0 deletions
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" ];
};
}