diff options
author | Kevin <[email protected]> | 2024-10-14 11:56:20 -0300 |
---|---|---|
committer | Kevin <[email protected]> | 2024-10-14 11:56:20 -0300 |
commit | ea6b3e6b24ced559c33b5f7df3fdd138409491d3 (patch) | |
tree | bd156caf615bf62ce45a6a602a54e7860c226389 /examples/lua/notification-popups/README.md | |
parent | 1426fc6df0fa09e1b4ecd54da7e79ba06474e1d5 (diff) |
notifications lua example
Diffstat (limited to 'examples/lua/notification-popups/README.md')
-rw-r--r-- | examples/lua/notification-popups/README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/lua/notification-popups/README.md b/examples/lua/notification-popups/README.md new file mode 100644 index 0000000..bcc6bba --- /dev/null +++ b/examples/lua/notification-popups/README.md @@ -0,0 +1,14 @@ +# Simple Bar Example + + + +A simple bar for Hyprland using + +- [Audio library](https://aylur.github.io/astal/guide/libraries/audio). +- [Battery library](https://aylur.github.io/astal/guide/libraries/battery). +- [Hyprland library](https://aylur.github.io/astal/guide/libraries/hyprland). +- [Mpris library](https://aylur.github.io/astal/guide/libraries/mpris). +- [Network library](https://aylur.github.io/astal/guide/libraries/network). +- [Tray library](https://aylur.github.io/astal/guide/libraries/tray). +- [WirePlumber library](https://aylur.github.io/astal/guide/libraries/wireplumber). +- [dart-sass](https://sass-lang.com/dart-sass/) as the css precompiler |