✨ chore: migrate runner and plugins to ags v3 and gtk4
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user