Skip to content

Commit

Permalink
fix "ReferenceError: Hyprland is not defined"
Browse files Browse the repository at this point in the history
  • Loading branch information
end-4 committed Aug 15, 2024
1 parent 97fe16b commit db004ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .config/ags/variables.js
Original file line number Diff line number Diff line change
@@ -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;

Expand Down

0 comments on commit db004ee

Please sign in to comment.