diff options
author | Aylur <[email protected]> | 2024-09-08 02:58:14 +0200 |
---|---|---|
committer | Aylur <[email protected]> | 2024-09-08 02:58:14 +0200 |
commit | 8e44219b0ea108a4b33cbd1e5ea06dfb1c06f659 (patch) | |
tree | 2340f0683595b502f0ec8c562d544c2bb2cbddf4 /examples/py/starter-bar/README.md | |
parent | 81f26551103e785fa974e054b2b3357725deb419 (diff) |
example: add python starter bar
Diffstat (limited to 'examples/py/starter-bar/README.md')
-rw-r--r-- | examples/py/starter-bar/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/py/starter-bar/README.md b/examples/py/starter-bar/README.md new file mode 100644 index 0000000..c9a7ad1 --- /dev/null +++ b/examples/py/starter-bar/README.md @@ -0,0 +1,7 @@ +# Starter Bar Example + +A starter bar that shows a label and the date. + +> [!NOTE] +> This code is not ideal to work with as it requires too much boilerplate compared to AGS. +> If you want to use python try picking up the [python library](https://github.com/aylur/astal/tree/feat/python). |