aboutsummaryrefslogtreecommitdiff
path: root/gui/htop.nix
diff options
context:
space:
mode:
authorAdrian Kummerlaender2021-05-07 10:27:13 +0200
committerAdrian Kummerlaender2021-05-07 10:27:13 +0200
commitf5691d518a7a0107c6b075ce782f678580a47210 (patch)
tree4f1d92140ddfb302bf5c87eed89f6c327e9953be /gui/htop.nix
parent6153c0bbc066e69a9c78e31f409e90450294e102 (diff)
downloadnixos_home-f5691d518a7a0107c6b075ce782f678580a47210.tar
nixos_home-f5691d518a7a0107c6b075ce782f678580a47210.tar.gz
nixos_home-f5691d518a7a0107c6b075ce782f678580a47210.tar.bz2
nixos_home-f5691d518a7a0107c6b075ce782f678580a47210.tar.lz
nixos_home-f5691d518a7a0107c6b075ce782f678580a47210.tar.xz
nixos_home-f5691d518a7a0107c6b075ce782f678580a47210.tar.zst
nixos_home-f5691d518a7a0107c6b075ce782f678580a47210.zip
Update htop meters to fit many-core systems
Diffstat (limited to 'gui/htop.nix')
-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" ];
};
}