From c37e3a4ea26572a3870be364db5bf72da7d6903e Mon Sep 17 00:00:00 2001 From: Ahmed Abdo <58924942+Amadoabad@users.noreply.github.com> Date: Tue, 15 Jul 2025 16:21:19 +0300 Subject: [PATCH] fixing typo in launch command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 037296c5..e20fc86b 100644 --- a/README.md +++ b/README.md @@ -60,10 +60,10 @@ git clone https://github.com/bbedward/DankMaterialShell.git ~/.config/quickshell 4. Enable ``` -qs -c DankMaterialDark +qs -c DankMaterialShell # In niri config -spawn-at-startup "qs" "-c" "DankMaterialDark" +spawn-at-startup "qs" "-c" "DankMaterialShell" # Optionally at bindings for spotlight launcher and clipboard history Mod+Space hotkey-overlay-title="Run an Application: Spotlight" { spawn "qs" "-c" "DankMaterialShell" "ipc" "call" "spotlight" "toggle"; }