home
This commit is contained in:
parent
a71a3b5593
commit
cb52890889
16657 changed files with 1483086 additions and 1 deletions
19
home/ags/lib/init.ts
Normal file
19
home/ags/lib/init.ts
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
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)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue