Switch Zoom from shitty native app to better webapp

Have to compromise on 1080p but seems better than dealing with that
trash app.
This commit is contained in:
David Heinemeier Hansson
2025-08-23 23:03:54 +02:00
parent 91e686f1b2
commit 41a1fe6b21
7 changed files with 3 additions and 24 deletions

View File

@@ -13,4 +13,5 @@ if [ -z "$OMARCHY_BARE" ]; then
omarchy-webapp-install "X" https://x.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/x-light.png
omarchy-webapp-install "Figma" https://figma.com/ https://www.veryicon.com/download/png/application/app-icon-7/figma-1?s=256
omarchy-webapp-install "Discord" https://discord.com/channels/@me https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/discord.png
omarchy-webapp-install "Zoom" https://app.zoom.us/wc/home https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/zoom.png
fi

View File

@@ -8,7 +8,7 @@ if [ -z "$OMARCHY_BARE" ]; then
# Packages known to be flaky or having key signing issues are run one-by-one
# FIXME: Add pinta back to this list when we have dealt with certificate issue
for pkg in typora spotify zoom; do
for pkg in typora spotify; do
yay -S --noconfirm --needed "$pkg" ||
echo -e "\e[31mFailed to install $pkg. Continuing without!\e[0m"
done