diff options
author | Kevin <[email protected]> | 2024-10-14 11:56:20 -0300 |
---|---|---|
committer | Kevin <[email protected]> | 2024-10-16 00:46:57 -0300 |
commit | 1a1c8a605c8011056a07d69b15153bcdec4c0ceb (patch) | |
tree | 8967d5eb42c97b3446b407e82ecc3ddbd9f0c440 /examples/lua/notification-popups/README.md | |
parent | 9e255738f835c0e47cc6ae4d0cfbb96a261b4a2f (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 |