aboutsummaryrefslogtreecommitdiff
path: root/ags/config.js
blob: cc69e2ee6ddbf7ad337ac43eb939691e91c90986 (plain)
1
2
3
4
5
6
import { applauncher } from "./modules/applauncher.js"
import { Bar } from "./modules/bar.js"

App.config({
  windows: [applauncher, Bar(0)],
})