From fc11ce61cc0dd27d8f6953bfe1f70ac067bdf073 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 5 Aug 2025 16:28:58 +0200 Subject: [PATCH] Add figma as a default web app --- install/apps/webapps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/apps/webapps.sh b/install/apps/webapps.sh index 3b6560a2..1d23645c 100644 --- a/install/apps/webapps.sh +++ b/install/apps/webapps.sh @@ -11,4 +11,5 @@ if [ -z "$OMARCHY_BARE" ]; then ~/.local/share/omarchy/bin/omarchy-webapp-install "YouTube" https://youtube.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/youtube.png ~/.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 fi