import { createPoll } from "ags/time"; export const CPU = () => { const cpu = createPoll("", 5000, [ "bash", "-c", "cat /sys/class/thermal/thermal_zone*/temp", ]); return ( ); };