forked from Shinonome/dots-hyprland
Update searchbuttons.js
This commit is contained in:
@@ -149,6 +149,7 @@ export const ExecuteCommandButton = ({ command, terminal = false }) => searchIte
|
|||||||
actionName: `Execute ${terminal ? 'in terminal' : ''}`,
|
actionName: `Execute ${terminal ? 'in terminal' : ''}`,
|
||||||
content: `${command}`,
|
content: `${command}`,
|
||||||
onActivate: () => execAndClose(command, terminal),
|
onActivate: () => execAndClose(command, terminal),
|
||||||
|
extraClassName: 'techfont',
|
||||||
})
|
})
|
||||||
|
|
||||||
export const CustomCommandButton = ({ text = '' }) => searchItem({
|
export const CustomCommandButton = ({ text = '' }) => searchItem({
|
||||||
|
|||||||
Reference in New Issue
Block a user