diff --git a/bin/omarchy b/bin/omarchy index 50e7d3f0..ad5d02fc 100755 --- a/bin/omarchy +++ b/bin/omarchy @@ -58,7 +58,6 @@ GROUP_DESCRIPTIONS[restart]="Restart Omarchy components" GROUP_DESCRIPTIONS[setup]="Interactive setup wizards" GROUP_DESCRIPTIONS[screensaver]="Screensaver branding and animation" GROUP_DESCRIPTIONS[snapshot]="System snapshots" -GROUP_DESCRIPTIONS[state]="Persistent Omarchy state" GROUP_DESCRIPTIONS[sudo]="Sudo configuration helpers" GROUP_DESCRIPTIONS[swayosd]="SwayOSD status display helpers" GROUP_DESCRIPTIONS[system]="Reboot, shutdown, logout, and lock" diff --git a/bin/omarchy-state b/bin/omarchy-state index 2a294df4..4fda5b3a 100755 --- a/bin/omarchy-state +++ b/bin/omarchy-state @@ -2,6 +2,7 @@ # omarchy:summary=Manage persistent state files for Omarchy toggles and settings. # omarchy:args= +# omarchy:hidden=true STATE_DIR="$HOME/.local/state/omarchy" mkdir -p "$STATE_DIR" diff --git a/bin/omarchy-theme-set-browser b/bin/omarchy-theme-set-browser index e43f0634..89194c74 100755 --- a/bin/omarchy-theme-set-browser +++ b/bin/omarchy-theme-set-browser @@ -1,6 +1,7 @@ #!/bin/bash # omarchy:summary=Apply the current theme color to Chromium and Brave +# omarchy:hidden=true CHROMIUM_THEME=~/.config/omarchy/current/theme/chromium.theme diff --git a/bin/omarchy-theme-set-foot b/bin/omarchy-theme-set-foot index eb11f9c4..f7268d22 100755 --- a/bin/omarchy-theme-set-foot +++ b/bin/omarchy-theme-set-foot @@ -1,6 +1,7 @@ #!/bin/bash # omarchy:summary=Apply current Omarchy theme colors to running Foot terminals +# omarchy:hidden=true foot_theme=~/.config/omarchy/current/theme/foot.ini diff --git a/bin/omarchy-theme-set-gnome b/bin/omarchy-theme-set-gnome index 66e3e204..379f76ec 100755 --- a/bin/omarchy-theme-set-gnome +++ b/bin/omarchy-theme-set-gnome @@ -1,6 +1,7 @@ #!/bin/bash # omarchy:summary=Apply the current theme to GNOME color mode and icon settings +# omarchy:hidden=true if [[ -f ~/.config/omarchy/current/theme/light.mode ]]; then gsettings set org.gnome.desktop.interface color-scheme "prefer-light" diff --git a/bin/omarchy-theme-set-keyboard b/bin/omarchy-theme-set-keyboard index 7fc9c7a5..0fd1a202 100755 --- a/bin/omarchy-theme-set-keyboard +++ b/bin/omarchy-theme-set-keyboard @@ -1,6 +1,7 @@ #!/bin/bash # omarchy:summary=Apply the current theme keyboard color to supported keyboards +# omarchy:hidden=true omarchy-theme-set-keyboard-asus-rog omarchy-theme-set-keyboard-f16 diff --git a/bin/omarchy-theme-set-obsidian b/bin/omarchy-theme-set-obsidian index dd9468aa..e92bf6f5 100755 --- a/bin/omarchy-theme-set-obsidian +++ b/bin/omarchy-theme-set-obsidian @@ -1,6 +1,7 @@ #!/bin/bash # omarchy:summary=Sync Omarchy theme to all Obsidian vaults +# omarchy:hidden=true CURRENT_THEME_DIR="$HOME/.config/omarchy/current/theme" diff --git a/bin/omarchy-theme-set-templates b/bin/omarchy-theme-set-templates index f272ffff..92236d19 100755 --- a/bin/omarchy-theme-set-templates +++ b/bin/omarchy-theme-set-templates @@ -1,6 +1,7 @@ #!/bin/bash # omarchy:summary=Generate themed config files from Omarchy templates +# omarchy:hidden=true TEMPLATES_DIR="$OMARCHY_PATH/default/themed" USER_TEMPLATES_DIR="$HOME/.config/omarchy/themed" diff --git a/bin/omarchy-theme-set-vscode b/bin/omarchy-theme-set-vscode index 703b1563..d0e0331c 100755 --- a/bin/omarchy-theme-set-vscode +++ b/bin/omarchy-theme-set-vscode @@ -1,6 +1,7 @@ #!/bin/bash # omarchy:summary=Sync Omarchy theme to VS Code, VSCodium, and Cursor +# omarchy:hidden=true VS_CODE_THEME="$HOME/.config/omarchy/current/theme/vscode.json"