From d6113e5133f3176ad214f8cf245c4573f3fa1f29 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 24 May 2026 14:57:43 +0200 Subject: [PATCH] Now it's a default --- bin/omarchy-install-gaming-moonlight | 11 ----------- bin/omarchy-remove-gaming-moonlight | 15 --------------- default/omarchy/omarchy-menu.jsonc | 1 - 3 files changed, 27 deletions(-) delete mode 100755 bin/omarchy-install-gaming-moonlight delete mode 100755 bin/omarchy-remove-gaming-moonlight diff --git a/bin/omarchy-install-gaming-moonlight b/bin/omarchy-install-gaming-moonlight deleted file mode 100755 index 1fe77e68..00000000 --- a/bin/omarchy-install-gaming-moonlight +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -# omarchy:summary=Install Moonlight (NVIDIA GameStream / Sunshine client) for streaming games to this PC. -# omarchy:requires-sudo=true - -set -e - -echo "Installing Moonlight..." -omarchy-pkg-add moonlight-qt - -setsid gtk-launch com.moonlight_stream.Moonlight.desktop >/dev/null 2>&1 & diff --git a/bin/omarchy-remove-gaming-moonlight b/bin/omarchy-remove-gaming-moonlight deleted file mode 100755 index 9cb951de..00000000 --- a/bin/omarchy-remove-gaming-moonlight +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - -# omarchy:summary=Remove Moonlight and its configs and caches. -# omarchy:requires-sudo=true - -set -e - -omarchy-pkg-drop moonlight-qt - -rm -rf \ - "$HOME/.config/Moonlight Game Streaming Project" \ - "$HOME/.cache/Moonlight Game Streaming Project" - -echo "" -echo "Moonlight and its data have been removed." diff --git a/default/omarchy/omarchy-menu.jsonc b/default/omarchy/omarchy-menu.jsonc index b16423ff..d828ca65 100644 --- a/default/omarchy/omarchy-menu.jsonc +++ b/default/omarchy/omarchy-menu.jsonc @@ -197,7 +197,6 @@ "install.gaming.geforce-now": {"icon":"󰢹","label":"NVIDIA GeForce NOW","action":"omarchy-launch-floating-terminal-with-presentation omarchy-install-gaming-geforce-now"}, "install.gaming.xbox-cloud": {"icon":"","label":"Xbox Cloud Gaming","action":"omarchy-launch-floating-terminal-with-presentation omarchy-install-gaming-xbox-cloud"}, "install.gaming.xbox-controller": {"icon":"󰂯","label":"Xbox Controller","action":"omarchy-launch-floating-terminal-with-presentation omarchy-install-gaming-xbox-controllers"}, - "install.gaming.moonlight": {"icon":"󰍹","label":"Moonlight (GameStream)","action":"omarchy-launch-floating-terminal-with-presentation omarchy-install-gaming-moonlight"}, "install.gaming.battlenet": {"icon":"","label":"Battle.net","keywords":"blizzard wow overwatch diablo","action":"omarchy-launch-floating-terminal-with-presentation omarchy-install-gaming-battlenet"}, "install.gaming.lutris": {"icon":"","label":"Lutris","action":"omarchy-launch-floating-terminal-with-presentation omarchy-install-gaming-lutris"}, "install.gaming.heroic": {"icon":"󱓟","label":"Heroic (Epic Games)","action":"omarchy-launch-floating-terminal-with-presentation omarchy-install-gaming-heroic"},