Update interface_branding_color for limine 12

This commit is contained in:
David Heinemeier Hansson
2026-04-30 19:38:04 +02:00
parent 6fc7f90e43
commit 91608ea3d3
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#timeout: 3
default_entry: 2
interface_branding: Omarchy Bootloader
interface_branding_color: 2
interface_branding_color: 9ece6a
hash_mismatch_panic: no
term_background: 1a1b26
+5
View File
@@ -0,0 +1,5 @@
echo "Update interface_branding_color for limine 12 (palette index -> RRGGBB)"
if [[ -f /boot/limine.conf ]]; then
sudo sed -i 's/^interface_branding_color: 2$/interface_branding_color: 9ece6a/' /boot/limine.conf
fi