2024-10-12 00:46:39 -07:00
|
|
|
lgi = require('lgi')
|
|
|
|
|
2024-11-17 16:24:53 -08:00
|
|
|
astal = require("astal.gtk3")
|
2024-10-12 00:46:39 -07:00
|
|
|
|
|
|
|
Astal = astal.Astal
|
|
|
|
Widget = astal.Widget
|
2024-11-17 16:24:53 -08:00
|
|
|
App = astal.App
|
|
|
|
Gtk = astal.Gtk
|
2024-10-12 00:46:39 -07:00
|
|
|
|
2024-11-17 16:24:53 -08:00
|
|
|
bind = require'astal'.bind
|
|
|
|
read_file = require'astal'.read_file
|
|
|
|
exec = require'astal'.exec
|
2024-10-12 00:46:39 -07:00
|
|
|
|
2024-11-17 16:24:53 -08:00
|
|
|
Variable = require('astal.variable')
|