add table for launcher patch

This commit is contained in:
mintycube 2024-07-26 10:15:39 +05:00
parent bd9b87c30c
commit 558002541e

View File

@ -408,7 +408,10 @@ static const char *layoutmenu_cmd = "layoutmenu.sh";
#if BAR_LAUNCHER_PATCH #if BAR_LAUNCHER_PATCH
static const Launcher launchers[] = { static const Launcher launchers[] = {
/* icon to display command */ /* icon to display command */
{ "firefox", CMD("firefox", "duckduckgo.com") }, { "", CMD("st") },
{ "󰈹", CMD("firefox" ) },
{ "󱓞", CMD("fuz-launcher") },
{ "", CMD("st", "nvim") },
}; };
#endif // BAR_LAUNCHER_PATCH #endif // BAR_LAUNCHER_PATCH