diff --git a/src/modules/launcher.tsx b/src/modules/launcher.tsx index 54620678..5adc86ef 100644 --- a/src/modules/launcher.tsx +++ b/src/modules/launcher.tsx @@ -535,6 +535,10 @@ const Results = ({ entry, mode }: { entry: Widget.Entry; mode: Variable }) 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; }