- AGS v3.1.0 (Astal/GTK3) Ghost Shell avec ghost mode (heartbeat + hover reveal) - Modules : clock, battery, volume (interactif), network, MPRIS, CPU/RAM, systray - Brain Power panel (Super + B) — lecture live focus/todos/session - tetardtek_ prompt avec curseur clignotant - Palette violet-chaton v2 documentée (Mitsuri Kanroji gradient magenta → green) - Autostart COSMIC via .desktop - Archive AGS v1 conservée pour référence
15 lines
317 B
JSON
15 lines
317 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"module": "ES2022",
|
|
"target": "ES2020",
|
|
"lib": ["ES2023"],
|
|
"moduleResolution": "Bundler",
|
|
// "checkJs": true,
|
|
// "allowJs": true,
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "ags/gtk3"
|
|
}
|
|
}
|