adjust non-widgets for updates to the astal library

This commit is contained in:
gnat
2024-11-17 16:24:53 -08:00
parent 3f85d85da3
commit 784e71e643
2 changed files with 8 additions and 11 deletions

View File

@ -1,15 +1,14 @@
lgi = require('lgi')
astal = require("astal")
GLib = astal.GLib
Gtk = astal.Gtk
Gdk = astal.Gdk
Gio = astal.Gio
astal = require("astal.gtk3")
Astal = astal.Astal
Widget = astal.Widget
App = astal.App
Gtk = astal.Gtk
bind = astal.bind
bind = require'astal'.bind
read_file = require'astal'.read_file
exec = require'astal'.exec
Variable = astal.Variable
Variable = require('astal.variable')