From 80bb43ae1304f22fea08bcc0c776698d27eeebe9 Mon Sep 17 00:00:00 2001 From: SirBlobby Date: Mon, 20 Apr 2026 14:12:43 -0400 Subject: [PATCH] Update README.md to document blob_boot command --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bc1c085..79e94ad 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ The installer automatically exposes scripts from the `scripts/` directory as glo - **`blob_wallpaper [path]`**: Sets your background using Omarchy's background system. If used with an image from `~/wallpapers/` or a valid path, it leverages Pywal to generate a full system color palette and dynamically updates the `blob-dynamic` theme, AGS widgets, and Waybar. - **`blob_glass [on|off|toggle]`**: A quick toggle to enable or disable window transparency on the fly. +- **`blob_boot [path]`**: Safely updates your Plymouth boot splash image (defaults to `branding/boot_flash.png`) and rebuilds the `initramfs` (GRUB compatible via `mkinitcpio`). - **`blob_wifi`**: A streamlined script to connect to the GMU Eduroam Wi-Fi network using `iwd` and `systemd-resolved` (replaces NetworkManager). ## Installation