mirror of
https://github.com/zoriya/astal.git
synced 2026-05-31 09:32:44 +00:00
example: add python starter bar
This commit is contained in:
@@ -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)
|
||||

|
||||
|
||||
- [Simple Bar](https://github.com/Aylur/astal/tree/main/examples/js/simple-bar)
|
||||

|
||||
|
||||
## 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user