diff --git a/bin/omarchy b/bin/omarchy index 89db5d8b..511aeb97 100755 --- a/bin/omarchy +++ b/bin/omarchy @@ -55,7 +55,6 @@ GROUP_DESCRIPTIONS[reinstall]="Reinstall and reset workflows" GROUP_DESCRIPTIONS[remove]="Removal workflows" GROUP_DESCRIPTIONS[restart]="Restart Omarchy components" GROUP_DESCRIPTIONS[setup]="Interactive setup wizards" -GROUP_DESCRIPTIONS[share]="Share clipboard, files, and folders" GROUP_DESCRIPTIONS[snapshot]="System snapshots" GROUP_DESCRIPTIONS[state]="Persistent Omarchy state" GROUP_DESCRIPTIONS[sudo]="Sudo configuration helpers" @@ -327,9 +326,6 @@ load_group_extra_commands() { install) load_command_by_binary omarchy-pkg-add ;; - system) - load_command_by_binary omarchy-lock-screen - ;; esac }