diff options
author | kotontrion <[email protected]> | 2024-10-10 11:28:11 +0200 |
---|---|---|
committer | kotontrion <[email protected]> | 2024-10-10 11:28:11 +0200 |
commit | 08f10ce3968166c55f5f2e3009415e4899e9a73b (patch) | |
tree | c6f914debe8f86e8ec7275f86a4181b20cf5f45a /examples/lua/simple-bar/README.md | |
parent | 10447f5abcb28f3df1544f1732f82d538130b3c9 (diff) | |
parent | 075c7e34aa0fbdc07c86965ab5a2ae79b92d3fd3 (diff) |
Merge branch 'main' into feat/cava
Diffstat (limited to 'examples/lua/simple-bar/README.md')
-rw-r--r-- | examples/lua/simple-bar/README.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/examples/lua/simple-bar/README.md b/examples/lua/simple-bar/README.md index d33e57d..bcc6bba 100644 --- a/examples/lua/simple-bar/README.md +++ b/examples/lua/simple-bar/README.md @@ -4,11 +4,11 @@ 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). +- [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 |