init
This commit is contained in:
19
packages/ags/bk/lib/init.js
Normal file
19
packages/ags/bk/lib/init.js
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
// import hyprland from "./hyprland.js"
|
||||
// import tmux from "./tmux"
|
||||
// import gtk from "./gtk"
|
||||
import lowBattery from "./battery.js"
|
||||
// import swww from "./swww"
|
||||
|
||||
export async function init() {
|
||||
try {
|
||||
// gtk()
|
||||
// tmux()
|
||||
lowBattery()
|
||||
// hyprland()
|
||||
// css()
|
||||
// swww()
|
||||
} catch (error) {
|
||||
logError(error)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user