diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-02-28 00:58:12 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-02-28 00:58:12 +1100 |
| commit | 73e7c08b8c44651308557604f9f655f6f1fe87f4 (patch) | |
| tree | 0eefa5ad44c5ab41d4eae79ba5cba498ac408666 /src/widgets | |
| parent | notifpopups: activate action if only one (diff) | |
| download | caelestia-shell-73e7c08b8c44651308557604f9f655f6f1fe87f4.tar.gz caelestia-shell-73e7c08b8c44651308557604f9f655f6f1fe87f4.tar.bz2 caelestia-shell-73e7c08b8c44651308557604f9f655f6f1fe87f4.zip | |
launcher: made search bar + mode switcher
Diffstat (limited to 'src/widgets')
| -rw-r--r-- | src/widgets/popupwindow.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 = <T>( prop: T | Binding<T | undefined> | undefined, |