Add xbox cloud gaming as an option

This commit is contained in:
David Heinemeier Hansson
2026-05-04 09:57:13 +02:00
parent 5d3d3fd78a
commit d00e2b8a98
3 changed files with 20 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
# omarchy:summary=Install Xbox Cloud Gaming as a web app and launch it.
set -e
omarchy-webapp-install "Xbox Cloud Gaming" "https://www.xbox.com/en-US/play" "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/xbox.png"
setsid omarchy-launch-webapp "https://www.xbox.com/en-US/play" >/dev/null 2>&1 &