Skip to content

Commit

Permalink
(`・ω・´)<V1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
syobosyobonn authored Sep 1, 2024
1 parent ed10b85 commit b444ed6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ResourceMgrForRasPi/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ static void DisplayCPUStatus(float cpuUsage)
Console.BackgroundColor = ConsoleColor.Red;
}
Console.Write('▂');
Console.ResetColor();
}
Console.WriteLine();
Console.ResetColor();
Expand Down Expand Up @@ -338,6 +339,7 @@ static void DisplayMemStatus(float usedMemory,float totalMemory)
Console.BackgroundColor = ConsoleColor.Red;
}
Console.Write('▂');
Console.ResetColor();
}
Console.WriteLine();
Console.ResetColor();
Expand Down Expand Up @@ -377,6 +379,7 @@ static void DisplayNetworkStatus(long bytesSentDelta, long bytesReceivedDelta)
Console.ForegroundColor = ConsoleColor.Red;
}
Console.Write('▂');
Console.ResetColor();
}
Console.WriteLine();
Console.ResetColor();
Expand Down Expand Up @@ -413,6 +416,7 @@ static void DisplayNetworkStatus(long bytesSentDelta, long bytesReceivedDelta)
Console.ForegroundColor = ConsoleColor.Red;
}
Console.Write('▂');
Console.ResetColor();
}
Console.WriteLine();
Console.ResetColor();
Expand Down

0 comments on commit b444ed6

Please sign in to comment.