summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/modules/launcher.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/launcher.tsx b/src/modules/launcher.tsx
index 115137d..143f988 100644
--- a/src/modules/launcher.tsx
+++ b/src/modules/launcher.tsx
@@ -30,7 +30,7 @@ const getIconFromMode = (mode: Mode) => {
case "math":
return "calculate";
case "windows":
- return "select_window_2";
+ return "select_window";
}
};
@@ -469,7 +469,7 @@ const Results = ({ entry, mode }: { entry: Widget.Entry; mode: Variable<Mode> })
command: () => mode.set("math"),
},
windows: {
- icon: "select_window_2",
+ icon: "select_window",
name: "Windows",
description: "Manage open windows",
command: () => mode.set("windows"),