From b836888e058cf5948e5d984e0ec7eb68191b5e06 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Thu, 1 Feb 2024 14:31:24 +0700 Subject: [PATCH] Update searchbuttons.js --- .config/ags/widgets/overview/searchbuttons.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/ags/widgets/overview/searchbuttons.js b/.config/ags/widgets/overview/searchbuttons.js index bd43ca81..8ea12c88 100644 --- a/.config/ags/widgets/overview/searchbuttons.js +++ b/.config/ags/widgets/overview/searchbuttons.js @@ -149,6 +149,7 @@ export const ExecuteCommandButton = ({ command, terminal = false }) => searchIte actionName: `Execute ${terminal ? 'in terminal' : ''}`, content: `${command}`, onActivate: () => execAndClose(command, terminal), + extraClassName: 'techfont', }) export const CustomCommandButton = ({ text = '' }) => searchItem({