From 73e7c08b8c44651308557604f9f655f6f1fe87f4 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 28 Feb 2025 00:58:12 +1100 Subject: launcher: made search bar + mode switcher --- src/widgets/popupwindow.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets') diff --git a/src/widgets/popupwindow.ts b/src/widgets/popupwindow.ts index 624e9a5..5ffa061 100644 --- a/src/widgets/popupwindow.ts +++ b/src/widgets/popupwindow.ts @@ -1,7 +1,7 @@ import { Binding, register } from "astal"; import { App, Astal, Gdk, Widget } from "astal/gtk3"; import { bar } from "config"; -import AstalHyprland from "gi://AstalHyprland?version=0.1"; +import AstalHyprland from "gi://AstalHyprland"; const extendProp = ( prop: T | Binding | undefined, -- cgit v1.2.3-freya