chore: migrate runner and plugins to ags v3 and gtk4

This commit is contained in:
retrozinndev
2025-07-06 19:54:58 -03:00
parent 2df219ec80
commit 3b03c434b5
7 changed files with 168 additions and 217 deletions
+4 -1
View File
@@ -1,8 +1,11 @@
import { ResultWidget, ResultWidgetProps } from "../../widget/runner/ResultWidget";
import { Gio, GLib } from "astal";
import { Runner } from "../Runner";
import { Notifications } from "../../scripts/notifications";
import GLib from "gi://GLib?version=2.0";
import Gio from "gi://Gio?version=2.0";
export const PluginShell = (() => {
const shell = GLib.getenv("SHELL") ?? "/bin/sh";