From 6015b9c6efe2bcfecb9dd8f6ab6055731b93c229 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 9 Aug 2025 19:41:20 +0200 Subject: [PATCH] Add Discord as a default webapp Co-authored-by: @robzolkos Closes #567 --- install/apps/webapps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/apps/webapps.sh b/install/apps/webapps.sh index 1d23645c..c69332c7 100644 --- a/install/apps/webapps.sh +++ b/install/apps/webapps.sh @@ -12,4 +12,5 @@ if [ -z "$OMARCHY_BARE" ]; then ~/.local/share/omarchy/bin/omarchy-webapp-install "GitHub" https://github.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/github-light.png ~/.local/share/omarchy/bin/omarchy-webapp-install "X" https://x.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/x-light.png ~/.local/share/omarchy/bin/omarchy-webapp-install "Figma" https://figma.com/ https://www.veryicon.com/download/png/application/app-icon-7/figma-1?s=256 + ~/.local/share/omarchy/bin/omarchy-webapp-install "Discord" https://discord.com/channels/@me https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/discord.png fi