From ecb11f1278ef4c3e3079b079953a4823e3eab874 Mon Sep 17 00:00:00 2001 From: Lysec <52084453+Ly-sec@users.noreply.github.com> Date: Sat, 19 Jul 2025 16:38:29 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f9dd44..c9ddbb7 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ A sleek, minimal, and thoughtfully crafted setup for Wayland using **Quickshell* --- > ⚠️ **Note:** -> This setup currently requires **Niri** as your compositor, mainly due to its custom workspace indicator integration. However if you want, you can just adapt the Workspace.qml to your own compositor. +> This setup currently only supports **Niri** and **Hyprland** (for the most part), mostly due to the workspace integration. For anything else you will have to add your own workspace logic. --- From 7db9194d7ed3ca0290194170b01551b6a541c979 Mon Sep 17 00:00:00 2001 From: xdenotte Date: Sat, 19 Jul 2025 18:35:33 +0200 Subject: [PATCH 2/2] Fix starting applications --- Bar/Modules/Applauncher.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bar/Modules/Applauncher.qml b/Bar/Modules/Applauncher.qml index fb8e36a..9f4e88d 100644 --- a/Bar/Modules/Applauncher.qml +++ b/Bar/Modules/Applauncher.qml @@ -143,7 +143,7 @@ PanelWithOverlay { return; var modelData = filteredApps[selectedIndex]; - const termEmu = Quickshell.env("TERMINAL") || Quickshell.env("TERM_PROGRAM") || none; + const termEmu = Quickshell.env("TERMINAL") || Quickshell.env("TERM_PROGRAM") || ""; if (modelData.isCalculator) { Qt.callLater(function () {