mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
7 lines
293 B
JavaScript
7 lines
293 B
JavaScript
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;
|