import { execAsync } from 'astal';
import { Astal, Gtk } from 'astal/gtk3';
import { hyprMessage } from '../../lib';
import PopupWindow from '../misc/popup-window';
const PowermenuWidget = () => {
const label = as Astal.Label;
return (
{label}
);
};
export default () => (
);