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" 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