From d9906a794c6015a892c60744d520faf793d22549 Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Sat, 18 Jul 2026 20:02:04 +0200 Subject: [PATCH] horizon-oc-monitor (deprecated): add note --- Source/Horizon-OC-Monitor (deprecated)/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Source/Horizon-OC-Monitor (deprecated)/README.md b/Source/Horizon-OC-Monitor (deprecated)/README.md index 998a85a4..234e0d02 100644 --- a/Source/Horizon-OC-Monitor (deprecated)/README.md +++ b/Source/Horizon-OC-Monitor (deprecated)/README.md @@ -1 +1,9 @@ -Thanks to NaGa for Status Monitor Pro! \ No newline at end of file +Thanks to NaGa for Status Monitor Pro!

+ +**Horizon-OC-Monitor is deprecated.** If you want to compile it anyway, create a `lib` folder and clone Atmosphere-libs and libultrahand into it:

+ +```bash +mkdir lib +git clone https://github.com/Atmosphere-NX/Atmosphere-libs lib/Atmosphere-libs +git clone https://github.com/ppkantorski/libultrahand lib/libultrahand +```