diff options
author | Aylur <[email protected]> | 2024-09-11 20:52:44 +0000 |
---|---|---|
committer | Aylur <[email protected]> | 2024-09-11 20:52:44 +0000 |
commit | 0e259e49357d5389db897414fc52b50b1ce1d14c (patch) | |
tree | a4bb497e24eae2bd807f638953433f455f17f7a5 /examples/lua/simple-bar/README.md | |
parent | 374d76f4152ea46987203f49642d7d46aff221ab (diff) |
example: add lua simple-bar
Diffstat (limited to 'examples/lua/simple-bar/README.md')
-rw-r--r-- | examples/lua/simple-bar/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/lua/simple-bar/README.md b/examples/lua/simple-bar/README.md new file mode 100644 index 0000000..1cebdac --- /dev/null +++ b/examples/lua/simple-bar/README.md @@ -0,0 +1,12 @@ +# Simple Bar Example + + + +A simple bar for Hyprland using + +- [Audio library](https://aylur.github.io/astal/libraries/audio). +- [Battery library](https://aylur.github.io/astal/libraries/battery). +- [Hyprland library](https://aylur.github.io/astal/libraries/hyprland). +- [Mpris library](https://aylur.github.io/astal/libraries/mpris). +- [Network library](https://aylur.github.io/astal/libraries/network). +- [dart-sass](https://sass-lang.com/dart-sass/) as the css precompiler |