diff --git a/ags/window/AppsWindow.ts b/ags/window/AppsWindow.ts index e45c5c9..d20cfa7 100644 --- a/ags/window/AppsWindow.ts +++ b/ags/window/AppsWindow.ts @@ -27,6 +27,7 @@ export const AppsWindow = (mon: number): (Widget.Window) => { const entry = new Widget.Entry({ className: "entry", halign: Gtk.Align.CENTER, + placeholderText: "Start typing...", primary_icon_name: "system-search", onChanged: (entry) => searchString.set(entry.text), onActivate: () => flowbox.get_selected_children()?.[0]?.get_child()?.activate()