updated all

This commit is contained in:
2025-06-14 18:10:46 -04:00
parent 2515a47860
commit 0ba9b3d1ce
6 changed files with 62 additions and 52 deletions

View File

@@ -12,12 +12,7 @@ local function color()
return colors.black
end
-- local function watch()
-- while true do
-- checkSteamLevel()
-- sleep(0.05) -- Update every tenth second
-- end
-- end
local function checkSteamLevel()
local value = getValue()
@@ -40,10 +35,16 @@ local function checkSteamLevel()
end
end
local function watch()
checkSteamLevel()
end
-- local function watch()
-- checkSteamLevel()
-- end
local function watch()
while true do
checkSteamLevel()
sleep(0.05) -- Update every tenth second
end
end
local function report()
local color = color()