forked from Shinonome/dots-hyprland
Initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import Variable from 'resource:///com/github/Aylur/ags/variable.js';
|
||||
|
||||
// AGS Variables
|
||||
export const showMusicControls = Variable(false, {})
|
||||
export const showColorScheme = Variable(false, {})
|
||||
globalThis['openMusicControls'] = showMusicControls;
|
||||
globalThis['openColorScheme'] = showColorScheme;
|
||||
Reference in New Issue
Block a user