From f069835c853d636f43e0c2089319ed1d3b01efd3 Mon Sep 17 00:00:00 2001 From: joygnu Date: Fri, 12 Jul 2024 20:46:40 +0200 Subject: [PATCH] lol --- home/ags/bar/README.md | 15 +++++++++++++++ home/ags/bar/config.js | 3 +-- 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 home/ags/bar/README.md diff --git a/home/ags/bar/README.md b/home/ags/bar/README.md new file mode 100644 index 0000000..afc83aa --- /dev/null +++ b/home/ags/bar/README.md @@ -0,0 +1,15 @@ + +# Starter Config + +if suggestions don't work, first make sure +you have TypeScript LSP working in your editor + +if you do not want typechecking only suggestions + +```json +// tsconfig.json +"checkJs": false +``` + +types are symlinked to: +/home/joy/.local/share/com.github.Aylur.ags/types diff --git a/home/ags/bar/config.js b/home/ags/bar/config.js index 7231bc1..4c0a30b 100644 --- a/home/ags/bar/config.js +++ b/home/ags/bar/config.js @@ -10,7 +10,7 @@ const date = Variable("", { }) // widgets can be only assigned as a child in one container -// so to make a reusable widget, make it a function +// so to make a reuseable widget, make it a function // then you can simply instantiate one by calling it function Workspaces() { @@ -217,4 +217,3 @@ App.config({ }) export { } -