summaryrefslogtreecommitdiff
path: root/docs/getting-started
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-09-08 02:58:14 +0200
committerAylur <[email protected]>2024-09-08 02:58:14 +0200
commit8e44219b0ea108a4b33cbd1e5ea06dfb1c06f659 (patch)
tree2340f0683595b502f0ec8c562d544c2bb2cbddf4 /docs/getting-started
parent81f26551103e785fa974e054b2b3357725deb419 (diff)
example: add python starter bar
Diffstat (limited to 'docs/getting-started')
-rw-r--r--docs/getting-started/supported-languages.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/getting-started/supported-languages.md b/docs/getting-started/supported-languages.md
index 9f3831b..f69dd19 100644
--- a/docs/getting-started/supported-languages.md
+++ b/docs/getting-started/supported-languages.md
@@ -11,9 +11,9 @@ The runtime is [GJS](https://gitlab.gnome.org/GNOME/gjs) and **not** nodejs
:::
Examples:
-- [Simple Bar](https://github.com/Aylur/astal/tree/main/examples/js/simple-bar)
-![sime-bar](https://github.com/user-attachments/assets/a306c864-56b7-44c4-8820-81f424f32b9b)
+- [Simple Bar](https://github.com/Aylur/astal/tree/main/examples/js/simple-bar)
+![simple-bar](https://github.com/user-attachments/assets/a306c864-56b7-44c4-8820-81f424f32b9b)
## Lua
@@ -29,15 +29,14 @@ Examples:
## Python
-<!--TODO: move python PR to monorepo and link-->
-There is a WIP [library for python](), to make it behave similar to the above two
+There was a WIP [library for python](https://github.com/aylur/astal/tree/feat/python), to make it behave similar to the above two
but I don't plan on finishing it, because I'm not a fan of python.
If you are interested in picking it up, feel free to open a PR.
Nonetheless you can still use python the OOP way [pygobject](https://pygobject.gnome.org/tutorials/gobject/subclassing.html) intended it.
Examples:
-- TODO
+- [Starter Bar](https://github.com/Aylur/astal/tree/main/examples/py/starter-bar)
## Vala