diff options
author | Aylur <[email protected]> | 2024-11-08 18:31:49 +0000 |
---|---|---|
committer | Aylur <[email protected]> | 2024-11-08 18:32:02 +0000 |
commit | 321350f7d52a65afae095cd5b874c1866084fb64 (patch) | |
tree | b898464db36d8d89bded6da095ffc1d74fd2e070 /docs/guide/libraries/references.md | |
parent | 5ee98ff298a9bdf40535c3c15aa5952778b9df39 (diff) |
docs: swap install and usage sections on lib pages
Diffstat (limited to 'docs/guide/libraries/references.md')
-rw-r--r-- | docs/guide/libraries/references.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/guide/libraries/references.md b/docs/guide/libraries/references.md index 3a85d73..f8ab4d8 100644 --- a/docs/guide/libraries/references.md +++ b/docs/guide/libraries/references.md @@ -33,6 +33,8 @@ Reading their documentation will vary depending on the language they are used in - [Auth](https://aylur.github.io/libastal/auth): Authentication library using PAM - [Battery](https://aylur.github.io/libastal/battery): DBus proxy library for upower daemon - [Bluetooth](https://aylur.github.io/libastal/bluetooth): Library to control bluez over dbus +- [Cava](https://aylur.github.io/libastal/cava): Audio visualizer library using cava +- [Greet](https://aylur.github.io/libastal/greet): Library and CLI tool for sending requests to greetd - [Hyprland](https://aylur.github.io/libastal/hyprland): Library and cli tool for Hyprland IPC socket - [Mpris](https://aylur.github.io/libastal/mpris): Library and cli tool for controlling media players - [Network](https://aylur.github.io/libastal/network): NetworkManager wrapper library |