diff --git a/applications/xtras/Zoom.desktop b/applications/xtras/Zoom.desktop deleted file mode 100644 index 8bce96d8..00000000 --- a/applications/xtras/Zoom.desktop +++ /dev/null @@ -1,12 +0,0 @@ -[Desktop Entry] -Name=Zoom -Comment=Zoom Video Conference -Exec=env QT_SCALE_FACTOR=2 /usr/bin/zoom %U -Icon=Zoom -Terminal=false -Type=Application -Encoding=UTF-8 -Categories=Network;Application; -StartupWMClass=zoom -MimeType=x-scheme-handler/zoommtg;x-scheme-handler/zoomus;x-scheme-handler/tel;x-scheme-handler/callto;x-scheme-handler/zoomphonecall;x-scheme-handler/zoomphonesms;x-scheme-handler/zoomcontactcentercall;application/x-zoom -X-KDE-Protocols=zoommtg;zoomus;tel;callto;zoomphonecall;zoomphonesms;zoomcontactcentercall; diff --git a/default/hypr/apps.conf b/default/hypr/apps.conf index 85ddb0c2..9833fb69 100644 --- a/default/hypr/apps.conf +++ b/default/hypr/apps.conf @@ -8,4 +8,3 @@ source = ~/.local/share/omarchy/default/hypr/apps/system.conf source = ~/.local/share/omarchy/default/hypr/apps/walker.conf source = ~/.local/share/omarchy/default/hypr/apps/1password.conf source = ~/.local/share/omarchy/default/hypr/apps/jetbrains.conf -source = ~/.local/share/omarchy/default/hypr/apps/zoom.conf \ No newline at end of file diff --git a/default/hypr/apps/chromium.conf b/default/hypr/apps/chromium.conf index 3032e40d..67d94210 100644 --- a/default/hypr/apps/chromium.conf +++ b/default/hypr/apps/chromium.conf @@ -3,4 +3,4 @@ windowrule = tile, class:^(Chromium)$ # Only slight opacity when unfocused windowrule = opacity 1 0.97, class:^(Chromium|chromium|google-chrome|google-chrome-unstable|Brave-browser|brave-browser)$ -windowrule = opacity 1 1, initialTitle:^(youtube.com_/)$ # Youtube +windowrule = opacity 1 1, initialTitle:(youtube.com_/|app.zoom.us_/wc/home) diff --git a/default/hypr/apps/zoom.conf b/default/hypr/apps/zoom.conf deleted file mode 100644 index 5cff125f..00000000 --- a/default/hypr/apps/zoom.conf +++ /dev/null @@ -1,2 +0,0 @@ -windowrule = opacity 1 1, class:Zoom Workplace - diff --git a/install/apps/webapps.sh b/install/apps/webapps.sh index b979dbfe..888f911e 100644 --- a/install/apps/webapps.sh +++ b/install/apps/webapps.sh @@ -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 diff --git a/install/apps/xtras.sh b/install/apps/xtras.sh index 049c5d72..5cae6785 100644 --- a/install/apps/xtras.sh +++ b/install/apps/xtras.sh @@ -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 diff --git a/migrations/1752983008.sh b/migrations/1752983008.sh deleted file mode 100644 index a18b072e..00000000 --- a/migrations/1752983008.sh +++ /dev/null @@ -1,7 +0,0 @@ -if [[ ! -f ~/.local/state/omarchy/bare.mode ]]; then - echo "Add missing installation of Zoom" - - if ! command -v zoom &>/dev/null; then - yay -S --noconfirm --needed zoom - fi -fi