From 93372d5fad8a56075e31ddb9796e9ad2ee6ff0ff Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 13 Aug 2026 17:03:03 +0200 Subject: [PATCH] Drop the tz and style command group descriptions Neither group has any commands behind it, so both only ever printed "Unknown Omarchy command" when browsed. Co-Authored-By: Claude Fable 5 --- bin/omarchy | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/omarchy b/bin/omarchy index 91c593cc..994172ef 100755 --- a/bin/omarchy +++ b/bin/omarchy @@ -78,7 +78,6 @@ GROUP_DESCRIPTIONS[setup]="Interactive setup wizards" GROUP_DESCRIPTIONS[shell]="Omarchy shell IPC helpers" GROUP_DESCRIPTIONS[screensaver]="Screensaver branding and animation" GROUP_DESCRIPTIONS[snapshot]="System snapshots" -GROUP_DESCRIPTIONS[style]="Global UI style controls" GROUP_DESCRIPTIONS[sudo]="Sudo configuration helpers" GROUP_DESCRIPTIONS[system]="System status, reboot, shutdown, logout, and lock" GROUP_DESCRIPTIONS[tailscale]="Tailscale helpers" @@ -86,7 +85,6 @@ GROUP_DESCRIPTIONS[theme]="Theme management" GROUP_DESCRIPTIONS[toggle]="Toggle Omarchy features" GROUP_DESCRIPTIONS[transcode]="Image and video transcoding" GROUP_DESCRIPTIONS[tui]="Terminal UI launchers" -GROUP_DESCRIPTIONS[tz]="Timezone selection" GROUP_DESCRIPTIONS[update]="Omarchy and system updates" GROUP_DESCRIPTIONS[version]="Version and channel information" GROUP_DESCRIPTIONS[voxtype]="Voxtype dictation"