From d1bb5929bfd12450cf7bdcddb89cdb7053a89727 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Fri, 11 Jul 2025 15:50:18 -0400 Subject: [PATCH 1/2] qmlls import paths --- .qmlls.ini | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .qmlls.ini diff --git a/.qmlls.ini b/.qmlls.ini new file mode 100644 index 0000000..f5bd42b --- /dev/null +++ b/.qmlls.ini @@ -0,0 +1,2 @@ +[General] +importPaths = "/usr/lib/qt6/qml" From f3f45d68f05dbe401dee2faa469f40e036d58e0a Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Mon, 14 Jul 2025 09:42:29 -0400 Subject: [PATCH 2/2] README --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index c2144eb..d76f5ab 100644 --- a/README.md +++ b/README.md @@ -1 +1,23 @@ # Lux Shell + +## Installation + +```shell +sudo yay -S lux-shell +``` + +Run the shell + +```shell +quickshell -c shell +``` + +Run app launcher + +```shell +quickshell -c launcher +``` + +## Dependencies + +- `quickshell`