From 9313cd6d007c6b29b1c696cd7842ae2dff037cfd Mon Sep 17 00:00:00 2001 From: Nathaniel van Diepen Date: Tue, 20 May 2025 15:29:12 -0600 Subject: [PATCH 1/2] Update launcherctl help to add missing command --- package/launcherctl/launcherctl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package/launcherctl/launcherctl b/package/launcherctl/launcherctl index ff87e6a0f..9b51594cf 100755 --- a/package/launcherctl/launcherctl +++ b/package/launcherctl/launcherctl @@ -10,8 +10,9 @@ help() { echo " switch-launcher [--start] : Switch which launcher is active" echo " start-launcher: Start the current launcher" echo " stop-launcher: Stop the current launcher" - echo " list-apps: List all application for current launcher" - echo " list-running-apps: List all application for current launcher" + echo " list-apps: List all applications for current launcher" + echo " list-running-apps: List all running applications for current launcher" + echo " list-paused-apps: List all paused applications for current launcher" echo " start-app : Start an application with the current launcher" echo " stop-app : Stop an application with the current launcher" echo " pause-app : Pause an application with the current launcher" From 423ca7ae688e7b64ad7c892a9913264bb3a4a21c Mon Sep 17 00:00:00 2001 From: Nathaniel van Diepen Date: Tue, 20 May 2025 15:30:50 -0600 Subject: [PATCH 2/2] Update package --- package/launcherctl/package | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/launcherctl/package b/package/launcherctl/package index 3b217bf3e..1bdc90c12 100644 --- a/package/launcherctl/package +++ b/package/launcherctl/package @@ -5,8 +5,8 @@ pkgnames=(launcherctl) pkgdesc="Manage your installed launcher" url=https://toltec-dev.org/ -pkgver=0.0.1-3 -timestamp=2023-12-18T03:32Z +pkgver=0.0.2-1 +timestamp=2025-05-20T21:30Z section="launchers" maintainer="Eeems " license=MIT