fix chekkie's htop

This commit is contained in:
notgne2 2021-08-21 12:36:22 -07:00
parent 5a37a4d482
commit bfa1e56b7d
No known key found for this signature in database
GPG Key ID: BB661E172B42A7F8

View File

@ -5,16 +5,9 @@
programs.htop = { programs.htop = {
enable = true; enable = true;
meters.left = [ settings = {
"LeftCPUs" cpu_count_from_zero = true;
"Blank" delay = 10;
"Memory"
{
kind = "Uptime";
mode = 4;
}
];
meters.right = [ "RightCPUs" "Blank" "CPU" ];
fields = [ fields = [
"USER" "USER"
"PRIORITY" "PRIORITY"
@ -25,10 +18,14 @@
"TIME" "TIME"
"COMM" "COMM"
]; ];
showProgramPath = false; left_meters = [
showThreadNames = true; "LeftCPUs"
delay = 10; "Blank"
cpuCountFromZero = true; "Memory"
"Uptime"
];
right_meters = [ "RightCPUs" "Blank" "CPU" ];
};
}; };
programs.fish.shellAliases = { programs.fish.shellAliases = {