forked from Shinonome/dots-hyprland
ags: update to new syntax
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { Service, Utils } from '../imports.js';
|
||||
import Service from 'resource:///com/github/Aylur/ags/service.js';
|
||||
import * as Utils from 'resource:///com/github/Aylur/ags/utils.js';
|
||||
const { exec, execAsync } = Utils;
|
||||
|
||||
const clamp = (num, min, max) => Math.min(Math.max(num, min), max);
|
||||
|
||||
Reference in New Issue
Block a user