mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
Consistency
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
# omarchy:name=
|
# omarchy:name=
|
||||||
# omarchy:summary=Transcode pictures and videos for sharing
|
# omarchy:summary=Transcode pictures and videos for sharing
|
||||||
# omarchy:args=[--path path] [input] [format] [resolution]
|
# omarchy:args=[--path path] [input] [format] [resolution]
|
||||||
# omarchy:examples=omarchy transcode|omarchy transcode --path ~/Downloads|omarchy transcode ~/Videos/demo.mov mp4 1080p|omarchy transcode ~/Pictures/wallpaper.heic jpg medium
|
# omarchy:examples=omarchy transcode|omarchy transcode --path ~/Downloads|omarchy transcode ~/Videos/demo.mov mp4 1080p|omarchy transcode ~/Pictures/background.heic jpg medium
|
||||||
|
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ description: >
|
|||||||
~/.config/alacritty/, ~/.config/foot/, ~/.config/kitty/, ~/.config/ghostty/, ~/.config/mako/,
|
~/.config/alacritty/, ~/.config/foot/, ~/.config/kitty/, ~/.config/ghostty/, ~/.config/mako/,
|
||||||
or ~/.config/omarchy/. Triggers: Hyprland, window rules, animations, keybindings,
|
or ~/.config/omarchy/. Triggers: Hyprland, window rules, animations, keybindings,
|
||||||
monitors, gaps, borders, blur, opacity, waybar, walker, terminal config, themes,
|
monitors, gaps, borders, blur, opacity, waybar, walker, terminal config, themes,
|
||||||
wallpaper, night light, idle, lock screen, screenshots, reminders, layer rules,
|
background, night light, idle, lock screen, screenshots, reminders, layer rules,
|
||||||
workspace settings, display config, and user-facing omarchy commands. Excludes Omarchy
|
workspace settings, display config, and user-facing omarchy commands. Excludes Omarchy
|
||||||
source development in ~/.local/share/omarchy/ and `omarchy dev` workflows.
|
source development in ~/.local/share/omarchy/ and `omarchy dev` workflows.
|
||||||
---
|
---
|
||||||
@@ -28,7 +28,7 @@ It is not for contributing to Omarchy source code.
|
|||||||
- Editing ANY file in `~/.config/omarchy/`
|
- Editing ANY file in `~/.config/omarchy/`
|
||||||
- Window behavior, animations, opacity, blur, gaps, borders
|
- Window behavior, animations, opacity, blur, gaps, borders
|
||||||
- Layer rules, workspace settings, display/monitor configuration
|
- Layer rules, workspace settings, display/monitor configuration
|
||||||
- Themes, wallpapers, fonts, appearance changes
|
- Themes, backgrounds, fonts, appearance changes
|
||||||
- User-facing `omarchy` commands (`omarchy theme ...`, `omarchy refresh ...`, `omarchy restart ...`, etc.)
|
- User-facing `omarchy` commands (`omarchy theme ...`, `omarchy refresh ...`, `omarchy restart ...`, etc.)
|
||||||
- Screenshots, screen recording, reminders, night light, idle behavior, lock screen
|
- Screenshots, screen recording, reminders, night light, idle behavior, lock screen
|
||||||
|
|
||||||
@@ -254,7 +254,7 @@ omarchy refresh hyprland
|
|||||||
omarchy theme list # Show available themes
|
omarchy theme list # Show available themes
|
||||||
omarchy theme current # Show current theme
|
omarchy theme current # Show current theme
|
||||||
omarchy theme set <name> # Apply theme (use "Tokyo Night" not "tokyo-night")
|
omarchy theme set <name> # Apply theme (use "Tokyo Night" not "tokyo-night")
|
||||||
omarchy theme bg next # Cycle wallpaper
|
omarchy theme bg next # Cycle background
|
||||||
omarchy theme install <url> # Install from git repo
|
omarchy theme install <url> # Install from git repo
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user