Project initial upload

This commit is contained in:
NinjaPug
2025-03-28 11:31:30 -04:00
parent 9d80c6a125
commit 553849d67f
24 changed files with 6585 additions and 2 deletions

10
PCPalService/config.json Normal file
View File

@@ -0,0 +1,10 @@
{
"LastUsedPort": null,
"ScreenType": null,
"Line1Selection": "Cpu: CPU Total (Load)",
"Line1CustomText": "CPU ",
"Line2Selection": "Memory: Memory Used (Data)",
"Line2CustomText": "Memory ",
"Line1PostText": "%",
"Line2PostText": "GB"
}