diff --git a/.config/ags/variables.js b/.config/ags/variables.js index cc7ad76e6..bf6a9ff6f 100644 --- a/.config/ags/variables.js +++ b/.config/ags/variables.js @@ -1,8 +1,8 @@ - const { Gdk, Gtk } = imports.gi; import App from 'resource:///com/github/Aylur/ags/app.js' -import Variable from 'resource:///com/github/Aylur/ags/variable.js'; +import Hyprland from 'resource:///com/github/Aylur/ags/service/hyprland.js'; import Mpris from 'resource:///com/github/Aylur/ags/service/mpris.js'; +import Variable from 'resource:///com/github/Aylur/ags/variable.js'; import * as Utils from 'resource:///com/github/Aylur/ags/utils.js'; const { exec, execAsync } = Utils;