diff options
Diffstat (limited to '.config/ags/lib/init.ts')
| -rw-r--r-- | .config/ags/lib/init.ts | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.config/ags/lib/init.ts b/.config/ags/lib/init.ts deleted file mode 100644 index e9e396c..0000000 --- a/.config/ags/lib/init.ts +++ /dev/null @@ -1,19 +0,0 @@ -import matugen from './matugen'; -import hyprland from './hyprland'; -import tmux from './tmux'; -import gtk from './gtk'; -import lowBattery from './battery'; -import notifications from './notifications'; - -export default function init() { - try { - gtk(); - tmux(); - matugen(); - lowBattery(); - notifications(); - hyprland(); - } catch (error) { - logError(error); - } -} |
