Replace waybar with ags.

This commit is contained in:
CronyAkatsuki 2025-02-04 20:34:48 +01:00
parent 989a814ff5
commit 5a9cb2d981
10 changed files with 373 additions and 60 deletions

21
modules/home-manager/ags/env.d.ts vendored Normal file
View file

@ -0,0 +1,21 @@
declare const SRC: string
declare module "inline:*" {
const content: string
export default content
}
declare module "*.scss" {
const content: string
export default content
}
declare module "*.blp" {
const content: string
export default content
}
declare module "*.css" {
const content: string
export default content
}