mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-08 00:09:27 -05:00
11 lines
378 B
JavaScript
11 lines
378 B
JavaScript
import Widget from 'resource:///com/github/Aylur/ags/widget.js';
|
|
import * as Utils from 'resource:///com/github/Aylur/ags/utils.js';
|
|
const { execAsync, exec } = Utils;
|
|
const { Box, Button, EventBox, Label, Scrollable } = Widget;
|
|
import { SidebarModule } from './module.js';
|
|
|
|
export const QuickScripts = () => SidebarModule({
|
|
name: 'Quick scripts',
|
|
child: Box({
|
|
})
|
|
}) |