16 lines
203 B
Lua
16 lines
203 B
Lua
|
lgi = require('lgi')
|
||
|
|
||
|
astal = require("astal")
|
||
|
|
||
|
GLib = astal.GLib
|
||
|
Gtk = astal.Gtk
|
||
|
Gdk = astal.Gdk
|
||
|
Gio = astal.Gio
|
||
|
|
||
|
Astal = astal.Astal
|
||
|
Widget = astal.Widget
|
||
|
|
||
|
bind = astal.bind
|
||
|
|
||
|
Variable = astal.Variable
|