diff options
author | Aylur <[email protected]> | 2024-09-22 00:16:56 +0000 |
---|---|---|
committer | Aylur <[email protected]> | 2024-09-22 00:16:56 +0000 |
commit | bcd912764fb6a709284aaa07399403d045a50ef2 (patch) | |
tree | 0a313dc788e3f390aab1d810f5f59911623431ea /examples/vala/simple-bar/README.md | |
parent | 5ae0a9ed1cba13242d12ffe2ad4848eac7dd8915 (diff) |
examples: add vala bar
Diffstat (limited to 'examples/vala/simple-bar/README.md')
-rw-r--r-- | examples/vala/simple-bar/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/vala/simple-bar/README.md b/examples/vala/simple-bar/README.md new file mode 100644 index 0000000..997e4bf --- /dev/null +++ b/examples/vala/simple-bar/README.md @@ -0,0 +1,13 @@ +# 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). +- [Tray library](https://aylur.github.io/astal/libraries/tray). +- [WirePlumber library](https://aylur.github.io/astal/libraries/wireplumber). |