diff options
author | Adrian Kummerlaender | 2021-05-07 10:27:13 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2021-05-07 10:27:13 +0200 |
commit | f5691d518a7a0107c6b075ce782f678580a47210 (patch) | |
tree | 4f1d92140ddfb302bf5c87eed89f6c327e9953be /gui | |
parent | 6153c0bbc066e69a9c78e31f409e90450294e102 (diff) | |
download | nixos_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')
-rw-r--r-- | gui/htop.nix | 2 |
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" ]; }; } |