summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/modules/launcher.tsx4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/modules/launcher.tsx b/src/modules/launcher.tsx
index 5462067..5adc86e 100644
--- a/src/modules/launcher.tsx
+++ b/src/modules/launcher.tsx
@@ -535,6 +535,10 @@ const Results = ({ entry, mode }: { entry: Widget.Entry; mode: Variable<Mode> })
body: "The launcher todo subcommand requires `tod`. Install it with `yay -S tod-bin`",
icon: "dialog-warning-symbolic",
urgency: "critical",
+ actions: {
+ Install: () =>
+ execAsync("uwsm app -T -- yay -S tod-bin").catch(console.error),
+ },
});
return;
}