commit
1137b5a754
2 changed files with 2 additions and 2 deletions
|
|
@ -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 () {
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue