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 /examples/lua/simple-bar/README.md | |
parent | d203255ec20bb6e3b2917dd4aee53dee3a090137 (diff) | |
parent | 8b75dadc76274692988eb317d3cc6ce1aaa44780 (diff) |
Merge pull request #5 from Aylur/nix/lua-builder
lua example, nix builder
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 |