diff options
author | Aylur <[email protected]> | 2024-09-12 00:40:04 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-09-12 00:40:04 +0200 |
commit | 6c5d7659a75c093588117c4c28dd046409b3ac8f (patch) | |
tree | c120efe485c6d699d29480e12298c2cd7fe4626c /docs/getting-started/supported-languages.md | |
parent | d203255ec20bb6e3b2917dd4aee53dee3a090137 (diff) | |
parent | 8b75dadc76274692988eb317d3cc6ce1aaa44780 (diff) |
Merge pull request #5 from Aylur/nix/lua-builder
lua example, nix builder
Diffstat (limited to 'docs/getting-started/supported-languages.md')
-rw-r--r-- | docs/getting-started/supported-languages.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/getting-started/supported-languages.md b/docs/getting-started/supported-languages.md index f69dd19..7d8fc5f 100644 --- a/docs/getting-started/supported-languages.md +++ b/docs/getting-started/supported-languages.md @@ -25,7 +25,8 @@ components that don't render child nodes dynamically, bars and panels for exampl Examples: -- TODO +- [Simple Bar](https://github.com/Aylur/astal/tree/main/examples/lua/simple-bar) + ## Python |