import { bind, Variable } from 'astal'; import { Gtk } from 'astal/gtk3'; import AstalNetwork from 'gi://AstalNetwork'; export default () => { const Hovered = Variable(false); // TODO: do this everywhere else const network = AstalNetwork.get_default(); return ( ); };