mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-19 23:39:58 -05:00
fix Utils not defined #351
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
const { Gtk } = imports.gi;
|
const { Gtk } = imports.gi;
|
||||||
import Variable from 'resource:///com/github/Aylur/ags/variable.js';
|
import Variable from 'resource:///com/github/Aylur/ags/variable.js';
|
||||||
import Mpris from 'resource:///com/github/Aylur/ags/service/mpris.js';
|
import Mpris from 'resource:///com/github/Aylur/ags/service/mpris.js';
|
||||||
|
import * as Utils from 'resource:///com/github/Aylur/ags/utils.js';
|
||||||
const { exec, execAsync } = Utils;
|
const { exec, execAsync } = Utils;
|
||||||
|
|
||||||
Gtk.IconTheme.get_default().append_search_path(`${App.configDir}/assets/icons`);
|
Gtk.IconTheme.get_default().append_search_path(`${App.configDir}/assets/icons`);
|
||||||
|
|||||||
Reference in New Issue
Block a user