From 088a67fa48458c1ce946f082a33f34e0d6002126 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 15 Mar 2025 20:07:38 +1100 Subject: launcher: remove windows mode Also change mode colours to primary, secondary and tertiary --- src/modules/launcher/util.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/launcher/util.tsx') diff --git a/src/modules/launcher/util.tsx b/src/modules/launcher/util.tsx index 3c4e8bf..8288588 100644 --- a/src/modules/launcher/util.tsx +++ b/src/modules/launcher/util.tsx @@ -2,7 +2,7 @@ import { FlowBox } from "@/utils/widgets"; import type { Variable } from "astal"; import { App, Gtk } from "astal/gtk3"; -export type Mode = "apps" | "files" | "math" | "windows"; +export type Mode = "apps" | "files" | "math"; export interface LauncherContent { updateContent(search: string): void; -- cgit v1.2.3-freya