From cf9bb6ece365d357bd994d7b79cf95a74d33be7a Mon Sep 17 00:00:00 2001 From: itzmarkoni Date: Sat, 14 Jun 2025 15:24:31 -0400 Subject: [PATCH] updated --- main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.lua b/main.lua index 1f4c342..0eb222e 100644 --- a/main.lua +++ b/main.lua @@ -25,7 +25,7 @@ end local function runDisplay() monitor.clear() - monitor.setTextScale(0.90) + monitor.setTextScale(0.95) while true do if(isWarningState or isCriticalState or isShutdownState) then monitor.setBackgroundColor(colors.red)