💥 fix: incorrect usage of uwsm check is-active command on scripts(again)
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ import AstalHyprland from "gi://AstalHyprland";
|
||||
|
||||
|
||||
export const uwsmIsActive: boolean = await execAsync(
|
||||
"uwsm check is-active hyprland-uwsm.desktop"
|
||||
"uwsm check is-active"
|
||||
).then(() => true).catch(() => false);
|
||||
const astalApps: AstalApps.Apps = new AstalApps.Apps();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user