We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb1774d commit 82b5ea6Copy full SHA for 82b5ea6
extensions/omarchy-menu/src/config/install.ts
@@ -229,7 +229,7 @@ export const installMenu: MenuItem = {
229
},
230
],
231
232
-
+ {
233
id: "python",
234
name: "Python",
235
icon: " ",
extensions/omarchy-menu/src/config/trigger.ts
@@ -24,9 +24,9 @@ export const trigger: MenuItem = {
24
icon: " ",
25
items: [
26
{
27
- id: "with-no-audio"
28
- name: "With no audio"
29
- command: "omarchy-cmd-screenrecord"
+ id: "with-no-audio",
+ name: "With no audio",
+ command: "omarchy-cmd-screenrecord",
30
31
32
id: "with-desktop-audio",
0 commit comments