From 9c013192619d6caae253dbe8c3065a9449b4ee00 Mon Sep 17 00:00:00 2001 From: Lemmy Date: Sun, 23 Nov 2025 16:36:45 -0500 Subject: [PATCH] Revise README with updates and breaking change info Updated README.md --- README.md | 50 +++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 39 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 6c374f8b4..48b13c93e 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ Noctalia Logo

+

+ + Quick Install + +

+

Last commit @@ -23,8 +29,19 @@ --- +## What is Noctalia? + A beautiful, minimal desktop shell for Wayland that actually gets out of your way. Built on Quickshell with a warm lavender aesthetic that you can easily customize to match your vibe. +**✨ Key Features:** +- 🪟 Native support for Niri, Hyprland, Sway and MangoWC +- ⚡ Built on Quickshell for performance +- 🎯 Minimalist design philosophy +- 🔧 Easily customizable to match your style +- 🎨 Many color schemes available +- +--- + ## Preview https://github.com/user-attachments/assets/72c6d6dc-48b0-48a0-bd8b-c7e70990edc4 @@ -44,23 +61,34 @@ https://github.com/user-attachments/assets/72c6d6dc-48b0-48a0-bd8b-c7e70990edc4 --- -## ⚠️ BREAKING CHANGE ⚠️ +## 📋 Requirements -With the release of `v3.0.0` we introduced a small breaking change. This is solely for niri users, we reworked how we handle the wallpaper & overview. Please read [the docs](https://docs.noctalia.dev/getting-started/compositor-settings/#niri-wallpaper-and-overview-setup) to adapt your niri config. +- Wayland compositor (Niri, Hyprland, Sway or MangoWC recommended) +- Quickshell +- Additional dependencies are listed in our [documentation](https://docs.noctalia.dev) --- ## 🚀 Getting Started **New to Noctalia?** -Check out our documentation & installation guide to get started! +Check out our comprehensive documentation and installation guide to get up and running! - - Quick Install - - - -**Need help?** Join our [Discord community](https://discord.noctalia.dev) or browse the [FAQ](https://docs.noctalia.dev/getting-started/faq/). +

+ + Installation Guide + + + FAQ + + + Discord + +

+ +### ⚠️ Important: Breaking Change in v3.0.0 + +If you're upgrading to `v3.0.0` and using **Niri**, we've reworked how we handle wallpapers & overview. Please read [the docs](https://docs.noctalia.dev/getting-started/compositor-settings/#niri-wallpaper-and-overview-setup) to adapt your niri config. --- @@ -79,9 +107,9 @@ We welcome contributions of any size - bug fixes, new features, documentation im - **Want to code?** Check out our [development guidelines](https://docs.noctalia.dev/development/guideline) - **Need help?** Join our [Discord](https://discord.noctalia.dev) -### ✨ Nix DevShell (new) +### ✨ Nix DevShell -Nix users can use the flake's devShell to access a development environment. Run nix develop the repo root to enter the dev shell. It includes packages, utilities and environment variables needed to develop Noctalia. +Nix users can use the flake's devShell to access a development environment. Run `nix develop` in the repo root to enter the dev shell. It includes packages, utilities and environment variables needed to develop Noctalia. ---