cleaner search path append

This commit is contained in:
end-4
2024-03-02 19:13:23 +07:00
parent d8a2f317b7
commit 6ee8b2b123
5 changed files with 4 additions and 6 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
const { Gtk } = imports.gi;
import Variable from 'resource:///com/github/Aylur/ags/variable.js';
import Mpris from 'resource:///com/github/Aylur/ags/service/mpris.js';
const { exec, execAsync } = Utils;
import Gdk from 'gi://Gdk';
Gtk.IconTheme.get_default().append_search_path(`${App.configDir}/assets/icons`);
// Global vars for external control (through keybinds)
export const showMusicControls = Variable(false, {})