import { bind, Variable } from "astal"; export const Profile = () => { const profile = Variable("").poll(5000, ["bash", "-c", "asusctl profile -p"]); return ( ); };