From 558002541e4ad948307a796a03193c0a2500d0a9 Mon Sep 17 00:00:00 2001 From: mintycube <90507714+mintycube@users.noreply.github.com> Date: Fri, 26 Jul 2024 10:15:39 +0500 Subject: [PATCH] add table for launcher patch --- config.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config.h b/config.h index 59a6b59..72a9d05 100644 --- a/config.h +++ b/config.h @@ -408,7 +408,10 @@ static const char *layoutmenu_cmd = "layoutmenu.sh"; #if BAR_LAUNCHER_PATCH static const Launcher launchers[] = { /* icon to display command */ - { "firefox", CMD("firefox", "duckduckgo.com") }, + { "", CMD("st") }, + { "󰈹", CMD("firefox" ) }, + { "󱓞", CMD("fuz-launcher") }, + { "", CMD("st", "nvim") }, }; #endif // BAR_LAUNCHER_PATCH