mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-17 14:29:57 -05:00
cleaner search path append
This commit is contained in:
@@ -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, {})
|
||||
|
||||
Reference in New Issue
Block a user