From 9cf5f0b9b30a2232389ae64ed05dbdfa2404b939 Mon Sep 17 00:00:00 2001 From: bbedward Date: Sat, 1 Nov 2025 12:30:35 -0400 Subject: [PATCH] readme update --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 10361ac6..b40c27c5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ DankMaterialShell Logo - ### A modern Wayland desktop shell for the scrolling compositor era + ### A modern Wayland desktop shell Built with [Quickshell](https://quickshell.org/) and [Go](https://go.dev/) @@ -19,7 +19,14 @@ -DankMaterialShell is a complete desktop shell for Wayland compositors. It replaces waybar, swaylock, swayidle, mako, fuzzel, polkit, and everything else you'd normally stitch together to make a desktop - all in one cohesive package with a gorgeous interface. +DankMaterialShell is a complete desktop shell for [niri](https://github.com/YaLTeR/niri), [Hyprland](https://hypr.land), [MangoWC](https://github.com/DreamMaoMao/mangowc), [Sway](https://swaywm.org), and other Wayland compositors. It replaces waybar, swaylock, swayidle, mako, fuzzel, polkit, and everything else you'd normally stitch together to make a desktop - all in one cohesive package with a gorgeous interface. + +## Components + +DankMaterialShell combines two main components: + +- **[QML/UI Layer](https://github.com/AvengeMedia/DankMaterialShell)** (this repo) - All the visual components, widgets, and shell interface built with Quickshell +- **[Go Backend](https://github.com/AvengeMedia/danklinux)** - System integration, IPC, process management, and core services ---