forked from mirrors_public/oddlama_nix-config
feat: add some cmp keybinds, remove realtime-stt-server (now in whisper-overlay)
This commit is contained in:
parent
e1e8997525
commit
9b428f2480
6 changed files with 17 additions and 368 deletions
|
@ -99,10 +99,18 @@
|
|||
connected-active = "<span foreground='red'></span>";
|
||||
};
|
||||
return-type = "json";
|
||||
exec = "${lib.getExe pkgs.whisper-overlay} waybar-status --address localhost:43007";
|
||||
#exec = "${lib.getExe pkgs.whisper-overlay} waybar-status";
|
||||
on-click-middle = lib.getExe (pkgs.writeShellApplication {
|
||||
name = "restart-whisper-overlay";
|
||||
runtimeInputs = [];
|
||||
# FIXME: TODO and use libnotify
|
||||
text = ''
|
||||
'';
|
||||
});
|
||||
on-click-right = lib.getExe (pkgs.writeShellApplication {
|
||||
name = "toggle-realtime-stt-server";
|
||||
runtimeInputs = [];
|
||||
# FIXME: TODO and use libnotify
|
||||
text = ''
|
||||
'';
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue