Add examples

This commit is contained in:
David Heinemeier Hansson
2026-05-06 13:09:33 +02:00
parent feea828e07
commit 5b6684d690
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@
# omarchy:summary=Preview a Plymouth boot screen with custom colors and logo # omarchy:summary=Preview a Plymouth boot screen with custom colors and logo
# omarchy:args=<background-hex> <text-hex> <path-to-logo.png> <output-path> # omarchy:args=<background-hex> <text-hex> <path-to-logo.png> <output-path>
# omarchy:examples=omarchy plymouth preview '#1d2021' '#ebdbb2' ~/.config/omarchy/current/theme/plymouth/logo.png /tmp/plymouth-preview.png
# Render a Plymouth login-screen preview PNG by compositing the staged omarchy # Render a Plymouth login-screen preview PNG by compositing the staged omarchy
# theme assets (recolored with the given text color) onto the background. # theme assets (recolored with the given text color) onto the background.
+1
View File
@@ -2,6 +2,7 @@
# omarchy:summary=Set the Plymouth boot theme colors and logo # omarchy:summary=Set the Plymouth boot theme colors and logo
# omarchy:args=<background-hex> <text-hex> <path-to-logo.png> # omarchy:args=<background-hex> <text-hex> <path-to-logo.png>
# omarchy:examples=omarchy plymouth set '#1d2021' '#ebdbb2' ~/.config/omarchy/current/theme/plymouth/logo.png
# omarchy:requires-sudo=true # omarchy:requires-sudo=true
# Configure the Plymouth boot theme with a custom background color, text color, and logo. # Configure the Plymouth boot theme with a custom background color, text color, and logo.