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