Hide more irrelevant stuff for users
This commit is contained in:
@@ -58,7 +58,6 @@ GROUP_DESCRIPTIONS[restart]="Restart Omarchy components"
|
|||||||
GROUP_DESCRIPTIONS[setup]="Interactive setup wizards"
|
GROUP_DESCRIPTIONS[setup]="Interactive setup wizards"
|
||||||
GROUP_DESCRIPTIONS[screensaver]="Screensaver branding and animation"
|
GROUP_DESCRIPTIONS[screensaver]="Screensaver branding and animation"
|
||||||
GROUP_DESCRIPTIONS[snapshot]="System snapshots"
|
GROUP_DESCRIPTIONS[snapshot]="System snapshots"
|
||||||
GROUP_DESCRIPTIONS[state]="Persistent Omarchy state"
|
|
||||||
GROUP_DESCRIPTIONS[sudo]="Sudo configuration helpers"
|
GROUP_DESCRIPTIONS[sudo]="Sudo configuration helpers"
|
||||||
GROUP_DESCRIPTIONS[swayosd]="SwayOSD status display helpers"
|
GROUP_DESCRIPTIONS[swayosd]="SwayOSD status display helpers"
|
||||||
GROUP_DESCRIPTIONS[system]="Reboot, shutdown, logout, and lock"
|
GROUP_DESCRIPTIONS[system]="Reboot, shutdown, logout, and lock"
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
# omarchy:summary=Manage persistent state files for Omarchy toggles and settings.
|
# omarchy:summary=Manage persistent state files for Omarchy toggles and settings.
|
||||||
# omarchy:args=<set|clear> <state-name-or-pattern>
|
# omarchy:args=<set|clear> <state-name-or-pattern>
|
||||||
|
# omarchy:hidden=true
|
||||||
|
|
||||||
STATE_DIR="$HOME/.local/state/omarchy"
|
STATE_DIR="$HOME/.local/state/omarchy"
|
||||||
mkdir -p "$STATE_DIR"
|
mkdir -p "$STATE_DIR"
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# omarchy:summary=Apply the current theme color to Chromium and Brave
|
# omarchy:summary=Apply the current theme color to Chromium and Brave
|
||||||
|
# omarchy:hidden=true
|
||||||
|
|
||||||
CHROMIUM_THEME=~/.config/omarchy/current/theme/chromium.theme
|
CHROMIUM_THEME=~/.config/omarchy/current/theme/chromium.theme
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# omarchy:summary=Apply current Omarchy theme colors to running Foot terminals
|
# omarchy:summary=Apply current Omarchy theme colors to running Foot terminals
|
||||||
|
# omarchy:hidden=true
|
||||||
|
|
||||||
foot_theme=~/.config/omarchy/current/theme/foot.ini
|
foot_theme=~/.config/omarchy/current/theme/foot.ini
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# omarchy:summary=Apply the current theme to GNOME color mode and icon settings
|
# 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
|
if [[ -f ~/.config/omarchy/current/theme/light.mode ]]; then
|
||||||
gsettings set org.gnome.desktop.interface color-scheme "prefer-light"
|
gsettings set org.gnome.desktop.interface color-scheme "prefer-light"
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# omarchy:summary=Apply the current theme keyboard color to supported keyboards
|
# omarchy:summary=Apply the current theme keyboard color to supported keyboards
|
||||||
|
# omarchy:hidden=true
|
||||||
|
|
||||||
omarchy-theme-set-keyboard-asus-rog
|
omarchy-theme-set-keyboard-asus-rog
|
||||||
omarchy-theme-set-keyboard-f16
|
omarchy-theme-set-keyboard-f16
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# omarchy:summary=Sync Omarchy theme to all Obsidian vaults
|
# omarchy:summary=Sync Omarchy theme to all Obsidian vaults
|
||||||
|
# omarchy:hidden=true
|
||||||
|
|
||||||
CURRENT_THEME_DIR="$HOME/.config/omarchy/current/theme"
|
CURRENT_THEME_DIR="$HOME/.config/omarchy/current/theme"
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# omarchy:summary=Generate themed config files from Omarchy templates
|
# omarchy:summary=Generate themed config files from Omarchy templates
|
||||||
|
# omarchy:hidden=true
|
||||||
|
|
||||||
TEMPLATES_DIR="$OMARCHY_PATH/default/themed"
|
TEMPLATES_DIR="$OMARCHY_PATH/default/themed"
|
||||||
USER_TEMPLATES_DIR="$HOME/.config/omarchy/themed"
|
USER_TEMPLATES_DIR="$HOME/.config/omarchy/themed"
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# omarchy:summary=Sync Omarchy theme to VS Code, VSCodium, and Cursor
|
# omarchy:summary=Sync Omarchy theme to VS Code, VSCodium, and Cursor
|
||||||
|
# omarchy:hidden=true
|
||||||
|
|
||||||
VS_CODE_THEME="$HOME/.config/omarchy/current/theme/vscode.json"
|
VS_CODE_THEME="$HOME/.config/omarchy/current/theme/vscode.json"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user